Exemple #1
0
	def test_filter(self):
		file = data.get_path('test.xlsx')
		content = dataTables.getExcel(file, {'_sheet': 'Sheet1', 'isPrime': True})
Exemple #2
0
	def test_get(self):
		file = data.get_path('test.xlsx')
		content = dataTables.getExcel(file)