PyExcelerate
PyExcelerate copied to clipboard
Cannot save large file .xlsx - ZipFile raise Exception('File size unexpectedly exceeded ZIP64 limit'
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 ?
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.