https://bz.apache.org/bugzilla/show_bug.cgi?id=69433

Martin <warwo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CLOSED

--- Comment #4 from Martin <warwo...@gmail.com> ---
This is not really a bug, as PJ Fanning said on 2024-11-06 18:08:20 UTC:

"In the end of the day, it appears that the support for reading Zip based OOXML
files varies wildly between different Excel and spreadsheet products."

A workaround in apache-poi when creating an SXSSFWorkbook is to set the
workbook ‘Zip64Mode’ to ‘Zip64Mode.AlwaysWithCompatibility’:

mySXSSFWorkbook.setZip64Mode(Zip64Mode.AlwaysWithCompatibility);

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to