https://bz.apache.org/bugzilla/show_bug.cgi?id=58339
--- Comment #5 from Javen O'Neal <[email protected]> --- Nevermind, TestFormulasFromSpreadsheet.java handles the extra tests. No need for new unit tests. The current attached xls/xlsx files fail at TestFormulasFromSpreadsheet.java because their locale is DE, so they use OktIndex rather than Oct2Dec, and other locale-specific functions. However, Offset passes, so the changes are good. I don't have access to EN locale Excel to copy your edits over at the moment. I'll get to this in a week if no one else beats me to it. Presumably the only changes were the addition of Offset formulas: H1040 =SUM(OFFSET(K7:L8,0,0,1,1)) I1040 =SUM(OFFSET(K7:L8,0,0,1,)) J1040 =SUM(OFFSET(K7:L8,0,0,,1)) K1040 =SUM(OFFSET(K7:L8,0,0,1)) L1040 =SUM(OFFSET(K7:L8,0,0)) M1040 =SUM(OFFSET(K7:L8,0,0,,)) N1040 =SUM(OFFSET(K7:L8,0,0,)) -- 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]
