You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm noticing a problem with the xlsx files created by ExcelWriter when the engine is set to "xlsxwriter" and options={'constant_memory': True}) kwarg is passed.
No exceptions are raised, but the resulting file will have all rows empty but the last one. Indexes are still written as usual, but all rows are blank (except for the last).
not clear this is a pandas issue. pls trace whether the options are actually passed to xlsxwriter. you might want to raise an issue there as well (and link to here).
Hi,
I'm noticing a problem with the xlsx files created by
ExcelWriter
when the engine is set to"xlsxwriter"
andoptions={'constant_memory': True})
kwarg is passed.No exceptions are raised, but the resulting file will have all rows empty but the last one. Indexes are still written as usual, but all rows are blank (except for the last).
Code to reproduce this bug:
As mentioned, the result is a mostly empty Excel "table":
I'm using:
pandas==0.17.0
XlsxWriter==0.7.0
The text was updated successfully, but these errors were encountered: