Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] FsWorkbook.fromXlsxFile throws IOException under unknown circumstances #26

Closed
omaus opened this issue May 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@omaus
Copy link
Collaborator

omaus commented May 1, 2023

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:

  1. Download this file:
    errorInducing.xlsx
  2. Use FsWorkbook.fromXlsxFile <pathToThisFile> in a script environment
  3. See error:
    image

Expected behavior
At least a more precise error message.
Cases like these suggest that a readonly version of the function (see #25) is urgently needed.

@omaus omaus added the bug Something isn't working label May 1, 2023
@omaus omaus self-assigned this May 1, 2023
@HLWeil
Copy link
Member

HLWeil commented Jul 19, 2023

#37
#40

@HLWeil HLWeil closed this as completed Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants