https://bugs.documentfoundation.org/show_bug.cgi?id=155046
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Version|7.5.2.2 release |Inherited From OOo OS|Linux (All) |All Hardware|x86-64 (AMD64) |All --- Comment #4 from Eike Rathke <[email protected]> --- The document generator (whatever it might be, which is it?) is odd.. it writes the literal true and false strings as cell values instead of numeric 1 and 0, which Excel does. Like <c r="C3" s="0" t="b"><v>true</v></c> where taking the numeric value from string "true" results in 0 of course. I'm not sure this even complies with the OOXML "standard". Would need a special treatment. Funny enough, loading that document in Gnumeric results in all TRUE values instead of FALSE values.. probably because anything not 0 is true there. Apart from that, the generator doesn't write a <?xml version="1.0" encoding="UTF-8" ...?> to the xl/worksheets/sheet*.xml streams either, so some XML tools might treat them as text/plain content unless told different. -- You are receiving this mail because: You are the assignee for the bug.
