[Libreoffice-bugs] [Bug 119509] FILEOPEN wrong column format in ODS but not XLSX
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 27 14:02:35 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119509
Oliver Brinzing <oliver.brinzing at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oliver.brinzing at gmx.de
--- Comment #3 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
i can confirm with your attached *.ods test file:
- open attached *.ods file
- format cells B2:B38 with Number Standard
- save
- reload
- B2:B38 has Date format TT.MM.JJ
test file's content.xml stored the date with "MM/DD/YY" format:
<table:table-cell table:style-name="ce1" office:value-type="date"
office:date-value="2018-06-27" calcext:value-type="date">
<text:p>06/27/18</text:p>
</table:table-cell>
and i can reproduce with a new spreadsheet, if i change the
cell language property from "Default (German)" -> Date Format
"TT.MM.JJ" to "English (USA)" -> "MM/DD/YY" (direct formatting).
Version: 6.2.0.0.alpha0+ (x64)
Build ID: ae5d6e44ce2310ef3ec4b0d12fe2d0005567a1ef
CPU threads: 4; OS: Windows 10.0; UI render: default;
Locale: de-DE (de_DE); Calc: threaded
workaround:
- select B2:B38
- context menu: "Clear Direct Formatting"
- save and reload
this will add "table:style-name="Default" to <table:table-cell/>
elements in "content.xml"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180827/42c7e481/attachment.html>
More information about the Libreoffice-bugs
mailing list