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

Dominik Stadler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Dominik Stadler <[email protected]> ---
This is expected with the way POI handles the data currently. 

We provide ways to open the file read-only, e.g. via
WorkbookFactory.create(OPCPackage.open(File file, PackageAccess.READ)) or new
XSSFWorkbook(OPCPackage.open(File file, PackageAccess.READ)).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to