Hi Bryce,
Openxml classes are built from the XSDs. This is something that is seldom done.
Download the full source and look into the maven directory in the
ooxml-schemas.pom and you will see this comment:
<description>XmlBeans generated from the Ecma supplied xsds:
http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip</description>
Apache xmlbeans 2.3.0 is used.
Good luck, someone else will need to help with any deeper detail.
Regards,
Dave
On May 5, 2010, at 2:17 PM, <[email protected]>
<[email protected]> wrote:
>
> I am looking at some performance issues with POI saving XLSX
> to disk for large spreadsheets (65,000 + rows).
>
> I have tracked the issue down to:
> sheetData.setRowArray(rArray.toArray(new CTRow[rArray.size()]));
>
>
> which invokes some Code:
> CTSheetDataImpl.java
>
> invokes...
> XmlComplexContentImpl.java
>
> invokes...
> Xobj.java
>
>
>
> My Question:
> I cannot find the CTSheetDataImpl.java code.
> Where is that code, is it opensource?
>
> I am tasked with making this faster.
> Please let me know where this code is:
>
> Full Package:
> org/openxmlformats/schemas/spreadsheetml/x2006/main/impl/CTSheetDataImpl.class
>
> BTW
> www.openxmlformats.org takes you to the following website:
> http://www.microsoft.com/en/us/default.aspx
>
>
>
> Thanks
>
>
> Bryce Alcock * Performance Architect * SunGard *
> http://www.brycealcock.com
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]