er 2004 13:03
An: POI Users List
Betreff: AW: AW: AW: AW: can't open workbook
Hi Folks,
I am getting following exceptions while opening worksheet.
POIFSFileSystem fs = new POIFSFileSystem(new
FileInputStream(file_path))
HSSFWorkbook wb = new HSSFWorkbook(fs);
HSSFSheet sheet = wb.
Hi Folks,
I am getting following exceptions while opening worksheet.
POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(file_path))
HSSFWorkbook wb = new HSSFWorkbook(fs);
HSSFSheet sheet = wb.getSheet("Lists");
[10/14/04 16:10:00:299 IST] 6c226ca4 SystemErr R [WARNING] Unk
Hi Rob.
It's passing the critical point now (run/debug; tab where you can set
the parameter; vm args: -Xmx256m).
Thanks to everybody for the big help,
Karl-Heinz.
-Ursprüngliche Nachricht-
Von: Robert Lowe [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. März 2004 17:33
An: POI Use
Hi Rob.
Then I'll test it a.s.a.p. and report the result.
Thanks, Karl-Heinz.
-Ursprüngliche Nachricht-
Von: Robert Lowe [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. März 2004 17:33
An: POI Users List
Betreff: RE: AW: AW: AW: can't open workbook
> Do we mean the same? The setti
"Run..." options.
Best regards,
Robert Lowe
http://RMLowe.com/
-Original Message-
From: Karl-Heinz Zengerle [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 18, 2004 11:58 PM
To: 'POI Users List'
Subject: AW: AW: AW: AW: can't open workbook
Hi Avik.
I've cou
Hi Avik.
I've counterchecked the documentation and didn't find something which
seems to fit for that forking.
Can you remember that option more detailed?
Regards,Karl-Heinz.
-Ursprüngliche Nachricht-
Von: Avik Sengupta [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 18. März 2
Thanks Avik.
I've understood.
For debugging reasons I use a main() whereas from the JSP page it starts
at a deeper level. So I look what can be set there.
Where I can set the parameters there's also a field VM arguments. This
seems to be the fitting one.
As soon as I've tested it I'll report ab