https://bugs.documentfoundation.org/show_bug.cgi?id=116104

raal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from raal <[email protected]> ---
it's generated with value-type="string. Example
bad:
<table:table-cell table:style-name="ce4" table:formula="of:=800*1.1"
office:value-type="string" office:string-value="880"
calcext:value-type="string"><text:p>880</text:p>
good:
<table:table-cell table:style-name="ce5" office:value-type="float"
office:value="350" calcext:value-type="float"><text:p>350</text:p>

compare with text cell:
<table:table-cell table:style-name="ce1" office:value-type="string"
calcext:value-type="string"><text:p>TOTAL</text:p>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to