To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103883 Issue #|103883 Summary|ODF 1.2 type of stored errors is wrong Component|Spreadsheet Version|OOO310m14 Platform|Unknown URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|programming Assigned to|spreadsheet Reported by|regina
------- Additional comments from [email protected] Wed Jul 29 18:17:00 +0000 2009 ------- Accoring to draft12 spec (8.May 2009) section 4.5 an error should be stored as string, using office:value-type="string" and the error itself stored in office:string-value. OOo3.1 stores it for example as <table:table-cell table:formula="of:=EXP(800)" office:value-type="float" office:value="0"> <text:p>#NUM!</text:p> </table:table-cell> instead of <table:table-cell table:formula="of:=EXP(800)" office:value-type="string" office:string-value="#NUM!"> <text:p>#NUM!</text:p> </table:table-cell> --------------------------------------------------------------------- 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]
