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

David North <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Refactoer                   |Refactor XSSFSheet to allow
                   |                            |callers to avoid DOM parse
                   |                            |of big sheets

--- Comment #1 from David North <[email protected]> ---
Our application implements a hybrid approach to XSSF parsing, where we exclude
certain large sheets from DOM parsing and run them through a streaming parse
later.

I don't think our local changes make sense to merge into POI itself, but if
XSSFSheet were refactored slightly, it would allow us to do our changes by
subclassing, avoiding the need to modify POI itself and run with a patched
version.

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