[BUG] FsWorkbook.fromXlsxFile
throws IOException under unknown circumstances
#26
Labels
bug
Something isn't working
Describe the bug
Some XLSX files let
FsWorkbook.fromXlsxFile
throw an IOException. The reason behind this (the properties of such files) are currently not known.To Reproduce
Steps to reproduce the behavior:
errorInducing.xlsx
FsWorkbook.fromXlsxFile <pathToThisFile>
in a script environmentExpected behavior
At least a more precise error message.
Cases like these suggest that a readonly version of the function (see #25) is urgently needed.
The text was updated successfully, but these errors were encountered: