You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/02/08 05:27:26 UTC

[Bug 60707] [PATCH] Reading very large excel files using StAX made easier.

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

Javen O'Neal <on...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable
             Status|NEW                         |NEEDINFO

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
This looks like a good start and a complement to SXSSFWorbook, which is a
write-only streaming API.

The unit test for StreamingWorkbook is a nice touch, too.

In order to better integrate these classes within POI, they would need to
implement the Workbook, Sheet, Row, and Cell interfaces so that someone can
write generic Common SS code and switch between HSSF, XSSF, write-SXSSF and
sax-read-SXSSF.

It's fine to stub out most methods for now as either "will be supported in the
future" or "won't be supported due to memory footprint".

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org