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

Cannot save large file .xlsx - ZipFile raise Exception('File size unexpectedly exceeded ZIP64 limit' #97

Open
wciurzynski opened this issue Sep 14, 2020 · 1 comment

Comments

@wciurzynski
Copy link

After inspect code ZipFile could handle large file if param "force_zip64" ( zipfile.py:open() ) was set to True. From API of PyExcelerate I cannot set this param.

Could you add some option for handle this ?

@kevmo314
Copy link
Collaborator

We don't use the .open() API, it seems like that was added to Python recently? This change otherwise sounds reasonable, but I don't have bandwidth to work on it at the moment. Feel free to send a pull request, just note that it will need to remain backwards-compatible with prior python versions that we support.

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

2 participants