https://issues.apache.org/bugzilla/show_bug.cgi?id=45672
--- Comment #2 from Ian Beaumont <[EMAIL PROTECTED]> 2008-08-22 09:46:48 PST --- Created an attachment (id=22476) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22476) Proposed patch to fix issue On investigating the problem it seems that the issue is because the spreadsheet contains SharedFormulaRecord and the MissingRecordAwareHSSFListener seems to generate a LastCellOfRowDummyRecord for the row every time it hits one of these records. I've included a patch which updates the MissingRecordAwareHSSFListener to ignore any SharedFormulaRecord and this seems to fix the issue and the spreadsheet is now processed correctly. However I don't have a great understanding of POI so whether what I've done is valid I'm not sure. Certainly has fixed my issue. -- 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]
