https://bugs.documentfoundation.org/show_bug.cgi?id=96499
Kevin Suo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] | |desktop.org Status|ASSIGNED |NEW --- Comment #10 from Kevin Suo <[email protected]> --- I abandoned the patch because it was a misunderstanding. I did not found any specifications indicating the x:str meaning the cell should be in text format. Rather, the test document has style class ".xl67" or ".x168" applied to each of the cells appearing as digits. Each of these two styles has the attribute 'mso-number-format:"\@"'. Thus LibreOffice should get this attribute to set the cell format as TEXT. However, it failed to do so because, it seems the stylesheet was never parsed! In "ScHTMLTable::DataOn", "case HtmlOptionId::CLASS:", "rStyles = mpParser->GetStyles()" returned an empty style all the time. -- You are receiving this mail because: You are the assignee for the bug.
