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

            Bug ID: 65096
           Summary: Apache POI Excel XLSX Streaming XML not correctly
                    reading multiple inline Strings
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 37706
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37706&action=edit
Example

This is raised off of an issue on Stackoverflow -
https://stackoverflow.com/q/65789807

I've got an XLSX Excel file with a single cell.

When loaded using POI's WorkbookFactory, it's read correctly as a single cell.

When read using POI's XSSFSheetXMLHandler, it's read as though it was two
separate cells.

When looking at the underlying sheet.xml, you'd expect to see a single item of
text per cell, but here it's in two blocks - one formatted using a different
font to the other.

-- 
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