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

            Bug ID: 56107
           Summary: extract metadata when using XSSF and SAX (Event API)
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]

I'm using XSSF and SAX (Event API) to extract the content from xlsx files,
these files are really big, and the only way that I have seeing to extract the
content without generating an OutOfMemory is using the SAX (Event API), it
seems to work very nice.

But, I'm wondering if there is a way to extract the metadata from the same
file, for example, author, lastupdate, etc, custom metadata, core metadata,
etc.

I know that there is a way to extract it using XSSFWorkbook but I cannot use
that, I'm using  big files and it make an OutOfMemory.

Please let me know if this approach is possible, I have been searching in the
web and all the solutions are using XSSFWorkbook.

Thank you!!!

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