PyExcelerate icon indicating copy to clipboard operation
PyExcelerate copied to clipboard

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

Open wciurzynski opened this issue 5 years ago • 1 comments

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 ?

wciurzynski avatar Sep 14 '20 15:09 wciurzynski

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.

kevmo314 avatar Sep 14 '20 16:09 kevmo314