Dmitry,
I had some luck tracking this type of errors down. I focused on the
spreadsheet itself rather than POI source. (I tried to work on source, but
didn't get far)
Are you using an existing spreadsheet? Do you have any Named Ranges defined
in the spreadsheet? If yes to both of these questions, verify your Named
Ranges are valid and don't start with something like "={" - e.g.
"={6,5,"adsf"}... some kind of Excel array. I had a few of those that were
problematic. Another thing to confirm is that you don't have any cells with
Rich Text formatting.
I had an existing workbook with about 20 sheets. I deleted a sheet, ran the
workbook through POI, deleted a sheet, ran through POI, etc. until I found
which sheets were causing the error. I realize this isn't precise, but
hopefully it helps.
Todd
-----Original Message-----
From: Dmitry Beransky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 10, 2004 5:48 PM
To: [EMAIL PROTECTED]
Subject: Unknown Ptg 60 (96) & Excel crashing
Hi,
I'm actually a step away from from using POI in production (woo-hoo),
except that Excel is crashing when I try to save a file that was generated
by POI.
When I parse the file in POI, I get "[WARNING] Unknown Ptg 60 (96)"
. Judging from what I've found in the archive, whatever is causing this
warning may be the culprit. Any thoughts what may it be?
Thanks
Dmitry
---
Dmitry Beransky
University of California, San Diego
Health Sciences, Dean's Office Data Management Team
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]