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
If a sheet is created without writing any data to it using the write_sheet method afterwards, excel warns that the file is corrupted and asks whether excel should try to fix it. Normally this can be auto-fixed.
A call to write_sheet without any data actually written will eliminate this excel warning.
If a sheet is created without writing any data to it using the
write_sheet
method afterwards, excel warns that the file is corrupted and asks whether excel should try to fix it. Normally this can be auto-fixed.A call to
write_sheet
without any data actually written will eliminate this excel warning.example code
The text was updated successfully, but these errors were encountered: