https://bz.apache.org/bugzilla/show_bug.cgi?id=60707
Javen O'Neal <one...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |PatchAvailable Status|NEW |NEEDINFO --- Comment #1 from Javen O'Neal <one...@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-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org