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
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: