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=43399>. 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=43399 Summary: getCellFormula() returns incorrect formula if row numbers are very large Product: POI Version: unspecified Platform: Sun OS/Version: Solaris Status: NEW Severity: major Priority: P1 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] If you use setCellFormula and getCellFormula to set/get formulas with large row numbers, the formula gets mangled. For example... String myFormula = "E35398&\" Total\""; cell.setCellFormula(myFormula); myFormula = cell.getCellFormula(); The value of myFormula will become "E-30138&\" Total\"" I suspect that these functions are using short row values instead of int. -- 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] For additional commands, e-mail: [EMAIL PROTECTED]
