https://bz.apache.org/bugzilla/show_bug.cgi?id=55747
Andrew <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #8 from Andrew <[email protected]> --- I created file "badFile.xls" using my java code (in POI 3.13beta1). After recalculating in Excel saved as "goodFile.xls". BiffViewer result of "badFile.xls" in "badFileBiff.txt", "goodFile.xls" in "goodFileBiff.txt". As you expected, there are differences in formula records: Ptg[4]=org.apache.poi.ss.formula.ptg.RefPtg [A1]R in BAD file againist Ptg[4]=org.apache.poi.ss.formula.ptg.RefPtg [A1]V in GOOD. -- 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]
