DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42464>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42464 Summary: Parsing spreadsheet results in "Expected ExpPtg to be converted from Shared to Non-Shared Formula" Product: POI Version: 3.0-dev Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I'm using v3.0-rc4. I have a app that uses POI that I've been using to parse spreadsheets and generate data from. I just got a new version of the spreadsheet with some innocuous changes, and it now fails with the exception that follows this. I would provide this spreadsheet in the bug, but it has customer data in it. I would try to narrow down the test case, but I don't even know what this exception means, so I'm not sure what to remove from the test case. org.apache.poi.hssf.record.RecordFormatException: Coding Error: Expected ExpPtg to be converted from Shared to Non-Shared Formula at org.apache.poi.hssf.record.formula.ExpPtg.toFormulaString(ExpPtg.java:78) at org.apache.poi.hssf.model.FormulaParser.toFormulaString(FormulaParser.java:886) at org.apache.poi.hssf.model.FormulaParser.toFormulaString(FormulaParser.java:868) at org.apache.poi.hssf.usermodel.HSSFCell.getCellFormula(HSSFCell.java:630) at com.wamu.uia.riskrating.genmessages.GenRiskRatingMessageFiles.getCellValue(GenRiskRatingMessageFiles.java:1032) at com.wamu.uia.riskrating.genmessages.GenRiskRatingMessageFiles.getCellValue(GenRiskRatingMessageFiles.java:1069) at com.wamu.uia.riskrating.genmessages.GenRiskRatingMessageFiles.buildLoanData(GenRiskRatingMessageFiles.java:933) at com.wamu.uia.riskrating.genmessages.GenRiskRatingMessageFiles.go(GenRiskRatingMessageFiles.java:356) at com.wamu.uia.riskrating.genmessages.GenRiskRatingMessageFiles.main(GenRiskRatingMessageFiles.java:247) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
