You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Thanh Huynh <th...@Centor.com> on 2003/08/11 19:01:40 UTC

Writing Excel to zip file...

I have a servlet that loops to read in excel template, modified, then added
the updated HSSFWorkbook as excel file into a zip archive.

After the servlet is done, I extracted the zip files onto disk.  Excel
crashed when I try to open any of the unzip excel file.

Do I need to use "org.apache.poi.poifs.filesystem.POIFSFileSystem" before
adding an entry to the zip archive?

Thanks.
th.