To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=95039
------- Additional comments from [email protected] Thu Jan 29 00:19:10 +0000 2009 ------- I have also found the problem, however, I could find some consistency. It appears that employing the same formula XML line: "=R[11]C+R[14]C+R[17]C+R[20]C" will correctly be set to "=X13+X16+X19+X22", unless the column is in multiple of 26 (column Z, AZ, BZ...) where the column reference changes Col Z: should be "=Z13+Z16+Z19+Z22" but instead it's "=A13+A16+A19+A22" Col AZ does not subtract 25, but rather show "=B13+B16+B19+B22" Col BZ show "=C13+C16+C19+C22" Note that the column reference in the above case is always to the same column, ie it only collect figures from different rows in the same column. A formula that refers to a column to the right or left of the current column is always right, however, there is an issue with the formula in the next visible column following that col*26 (ie AB,BB,CB), where the formula should have been: XML: "=RC[-2]+1", and imported should have read "=Z+1", instead it reads: Col AB : "=A3+1" Col BB : "=B3+1" Col CB : "=C3+1" No error is generated, it just masses up the spreadsheet. This is a BIG problem in large spreadsheets where a miscalculation cannot be easily found, and can have huge repercussions. I hope this helps clearing the issue so it can be fixed. If needs be, I can provide the XML source to this problem. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
