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
Describe the bug
It is possible to save an FsWorkbook with no worksheets attached. This is critical since an XLSX spreadsheet file always needs to have at least 1 worksheet with a name given. Else it is not valid and, e.g., MS Excel will tell you it is corrupted when trying to open it.
Expected behavior
This is up to debate.
Maybe throw an error when trying to save such a workbook? Or at least give a warning? Is this even a bug at all or do we want to give the library user the freedom to artificially produce invalid XLSX files? @HLWeil
The text was updated successfully, but these errors were encountered:
Describe the bug
It is possible to save an FsWorkbook with no worksheets attached. This is critical since an XLSX spreadsheet file always needs to have at least 1 worksheet with a name given. Else it is not valid and, e.g., MS Excel will tell you it is corrupted when trying to open it.
To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
This is up to debate.
Maybe throw an error when trying to save such a workbook? Or at least give a warning? Is this even a bug at all or do we want to give the library user the freedom to artificially produce invalid XLSX files?
@HLWeil
The text was updated successfully, but these errors were encountered: