To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103861 Issue #|103861 Summary|Shared formula reference wrap issue with different gri |d size Component|Spreadsheet Version|DEV300m52 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|open-import Assigned to|dr Reported by|kohei
------- Additional comments from [email protected] Tue Jul 28 15:46:45 +0000 2009 ------- When importing an xls document that uses shared formulas, Calc uses range name mechanism to emulate it. The problem arises when a relative reference stored in the shared formula tokens wraps beyond column/row boundaries because the reference then wraps from column 0 to column max and vise versa. The same with row-direction wrapping. At that point, the maximum grid size inconsistency leads to resolving the reference in an inconsistent way. For instance, when importing an xls document, created by a version of xls with 256 column size limit, into Calc which now allows 1024 columns, the referenced cell addresses change. I have a patch to resolve this problem, by setting explicit column/row size limit to use per range name instance. So far it seems to work well. --------------------------------------------------------------------- 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]
