Skip to content

OOoUtils: allow ZIP64 when creating the zip file

Jérome Perrin requested to merge fix/OOo64 into master

This is required for large reports, on python3 defaults to true, but on python2 this needs to be passed to True.

This change needs a recent cloudooo, because only libreoffice 24.8 supports ZIP64, as tracked in https://bugs.documentfoundation.org/show_bug.cgi?id=163341

Merge request reports