https://bz.apache.org/ooo/show_bug.cgi?id=126381
--- Comment #1 from J.Ty. <[email protected]> --- Created attachment 84806 --> https://bz.apache.org/ooo/attachment.cgi?id=84806&action=edit an example spreadsheet corrupted by OO OO corrupts spreadsheets created under Excel, which contain references to whole rows in the form '1:1'. E.g., Excel's meaningful =INDEX(1:1,INDEX(2:2,3)) becomes OO's =INDEX($A1:$AMJ1INDEX($A2:$AMJ2)), which makes no sense and produces an error. The most pervert form is that Excel's =INDEX(2:2,2) is turned into OO's =INDEX($A2:$AMJ2), which is syntactically correct, but produces generally a different value. -- You are receiving this mail because: You are the assignee for the issue.
