Hi,
It's first time i'm using poi.
I'm getting the next error when i try to open a worksheet:
org.apache.poi.hssf.record.RecordFormatException: Unable to construct record
instance
POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(
templateWorksheet));
wb = new HSSFWorkbook(fs);
The call to the constructor "wb = new HSSFWorkbook(fs);" fails.
I searched the lists for some clues, and the worksheet don't use auto filters
or selections lists, things i read where a problem.
For security reasons i can't send the worksheet to the list, but if someone
contact me it's possible.
I'm using the last version of poi: poi-src-3.0-FINAL-20070503.tar.gz
Thank you
Hans
--
Open WebMail Project (http://openwebmail.org)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]