https://bz.apache.org/bugzilla/show_bug.cgi?id=61053

--- Comment #3 from Tim Allison <[email protected]> ---
In a test xlsx,  I manually set a styleid=58.  We are currently hiding this
problem for xlsx:

line 247 of XSSFExcelExtractor
            if (cs != null && cs.getDataFormatString() != null) {

line 364 of XSSFSheetXMLHandler
            if (this.formatString != null && n.length() > 0) {

We could identify files for testing with a slightly modified version of
XSSFSheetXMLHandler in our Common Crawl corpus.


For now, I'll update the xlsb parser to have the same "silently hide" behavior,
but I'll leave this issue open.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to