Skip to content

Commit 2ec0914

Browse files
committed
More verbosity for debugging
1 parent 6a4f8e3 commit 2ec0914

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/tests/io/test_excel.py

+3
Original file line numberDiff line numberDiff line change
@@ -2410,6 +2410,9 @@ def custom_converter(css):
24102410
writer, sheet_name='custom')
24112411
writer.save()
24122412

2413+
import zipfile
2414+
print(zipfile.ZipFile(path).open('xl/styles.xml').read())
2415+
24132416
if engine not in ('openpyxl', 'xlsxwriter'):
24142417
# For other engines, we only smoke test
24152418
return

0 commit comments

Comments
 (0)