To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81233





------- Additional comments from alex6...@openoffice.org Sat Aug 14 17:49:59 
+0000 2010 -------
In http://user.services.openoffice.org/en/forum/viewtopic.php?f=9&t=33060 we 
found a possible solution for OOo version 3.2.1 (OOO320m18, build 9502) by 
applying two changes in
"C:\Program Files\OpenOffice.org 3
\Basis\share\xslt\import\spreadsheetml\spreadsheetml2ooo.xsl"

Replace "floor( $column-number div 26 )" by "floor( ($column-number - 1) div 
26 )"
and "$column-number mod 26" by "($column-number - 1) mod 26 + 1"

With these changes, the problem seems to have disappeared.


---------------------------------------------------------------------
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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to