https://issues.apache.org/bugzilla/show_bug.cgi?id=44548





--- Comment #16 from Sheetal <[EMAIL PROTECTED]>  2008-03-07 07:28:40 PST ---
If i uncomment the code for unknownrecord(records.add(record)) then the Excel
file is read by POI but fails to evaluate formula and to retrieve strings from
the sheet.

in RecordFactory.java
----------------------
if (lastRecord instanceof UnknownRecord) {
    //Gracefully handle records that we dont know about,
   //that happen to be continued
     records.add(record);
} 
else {
  // throw new RecordFormatException("Unhandled Continue Record");
}

But if i again comment it out ie.
//records.add(record)

then POI fails to read my excel file.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to