https://issues.apache.org/bugzilla/show_bug.cgi?id=52622

             Bug #: 52622
           Summary: we use poi excel xssf usermodel to create a excel2007
                    xlsx file,then we use xssf eventmodel to read it,the
                    ooxml xml content is not right.
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: XSSF
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


We use poi excel xssf usermodel to create a excel2007 xlsx file,then we use
xssf eventmodel to read it,the ooxml xml content is not right.When we read the
file with SAX Handler(startElement,endElement,characters and so on),we find the
XML content is only like that:
<sst><si><t>content</t></si><si><t>content2</t></si><si><t>content3</t></si></sst>
So we can't process it using OOXML specification.But if the file is created
without using POI,it is ok,the xml content is right.

NB:if we make some mistakes when write xml or read xml,please show,thanks in
advance,we see the testcases for eventmodel,we use it like that.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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