コード例 #1
0
ファイル: bug_tests.py プロジェクト: p-netm/pyxform
 def test_xlsm_files_are_allowed(self):
     filename = "excel_with_macros.xlsm"
     path_to_excel_file = os.path.join(DIR, "bug_example_xls", filename)
     result = parse_file_to_workbook_dict(path_to_excel_file)
     self.assertIsInstance(result, dict)
コード例 #2
0
ファイル: bug_tests.py プロジェクト: XLSForm/pyxform
 def test_xlsm_files_are_allowed(self):
     filename = "excel_with_macros.xlsm"
     path_to_excel_file = os.path.join(DIR, "bug_example_xls", filename)
     result = parse_file_to_workbook_dict(path_to_excel_file)
     self.assertIsInstance(result, dict)