コード例 #1
0
ファイル: dataTables.py プロジェクト: Tythos/pyroclast
	def test_filter(self):
		file = data.get_path('test.xlsx')
		content = dataTables.getExcel(file, {'_sheet': 'Sheet1', 'isPrime': True})
コード例 #2
0
ファイル: dataTables.py プロジェクト: Tythos/pyroclast
	def test_get(self):
		file = data.get_path('test.xlsx')
		content = dataTables.getExcel(file)