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

Zlib error ('buffer error') while inflating when reading from string #58

Open
myabc opened this issue May 3, 2024 · 0 comments
Open

Comments

@myabc
Copy link
Contributor

myabc commented May 3, 2024

To reproduce:

Workaround:

I haven't had time to dig into the issue. However commenting the following lines in lib/simple_xlsx_reader/loader/sheet_parser.rb appears to workaround the issue.

if xrels_file&.grep(/hyperlink/)&.any?
  xrels_file.rewind
  load_gui_hyperlinks # represented as hyperlinks_by_cell
end
myabc added a commit to myabc/simple_xlsx_reader that referenced this issue May 3, 2024
Fixes load from string test to actually test loading from string.

Fixes woahdae#57 woahdae#58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant