Hi,

until now I used POI in my web application to import Excel files. For example:

HSSFWorkbook excelObject = new 
HSSFWorkbook(((FormFile)form.get("excelFile")).getInputStream());

With new Excel 2007 files this doesn't work anymore:

java.io.IOException: Invalid header signature; read 1688935826934608, expected 
-2226271756974174256

Is there any way to import Excel 2007 files? Or is there any development 
planned for the future?
-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to