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

Kevin Suo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FILEOPEN: HTML format .xls  |FILEOPEN: HTML format .xls
                   |file shows NUMERIC cell     |file shows NUMERIC cell
                   |value while TEXT type is    |value while TEXT type is
                   |expected                    |expected (because
                   |                            |ScHTMLQueryParser::ParseSty
                   |                            |le has failed)

--- Comment #11 from Kevin Suo <[email protected]> ---
The failing to detect the css stylesheet can be observed if you set a debug
line like this:

--- a/sc/source/filter/html/htmlpars.cxx
+++ b/sc/source/filter/html/htmlpars.cxx
@@ -3105,6 +3105,7 @@ void ScHTMLQueryParser::ParseStyle(std::u16string_view
rStrm)
     }
     catch (const orcus::css::parse_error&)
     {
+        SAL_WARN("sc.htmlimport", "FIXME: Failed to parse CSS stylesheet!");
         // TODO: Parsing of CSS failed.  Do nothing for now.
     }
 }

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to