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

            Bug ID: 57890
           Summary: XSSFImportFromXML does not consider data types
           Product: POI
           Version: 3.9-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

When importing an XML into xlsx spreadsheet (using XSSFImportFromXML) the data
type isn't considered when setting the cell values. All values are saved as
string.

The data type (getXmlDataType: STXmlDataType.Enum) should be considered. The
possible values are available on STXmlDataType as constants.

Patch including fix and a test will follow shortly.

Additional info:
- used POI version: 3.9
- used Excel version: 2010

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