https://bugs.documentfoundation.org/show_bug.cgi?id=159483
Bug ID: 159483
Summary: Calc HTML import: support data-sheets attributes
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 192298
--> https://bugs.documentfoundation.org/attachment.cgi?id=192298&action=edit
Minimal reproducer
Steps to reproduce the problem:
1) Open the attached HTML fragment using 'soffice.bin --calc test.html'
2) Check the values of the A1 and A2 cells.
Expected result: A2 cell is "01", i.e. the cell's number format is text.
Actual result: A2 gets converted to "1", "0" is lost.
E.g. google sheets generates such HTML. Text is just an example here, looks
like the various data-sheets-{value,formula} attributes would allow importing
non-numbers from HTML, also formulas are exposed that way.
--
You are receiving this mail because:
You are the assignee for the bug.