| DeferredSXSSFSheet |
A variant of SXSSFSheet that uses a RowGeneratorFunction to lazily create rows.
|
| DeferredSXSSFWorkbook |
An variant of SXSSFWorkbook that avoids generating a temporary file and writes data directly to
the provided OutputStream.
|
| RowGeneratorFunction |
RowGeneratorFunction for Deferred SXSSF sheets
|
| SheetDataWriter |
Initially copied from BigGridDemo "SpreadsheetWriter".
|
| StreamingSheetWriter |
Unlike SheetDataWriter, this writer does not create a temporary file, it writes data directly
to the provided OutputStream.
|
| SXSSFCell |
Streaming version of XSSFCell implementing the "BigGridDemo" strategy.
|
| SXSSFDrawing |
Streaming version of Drawing.
|
| SXSSFEvaluationWorkbook |
SXSSF wrapper around the SXSSF and XSSF workbooks
|
| SXSSFFormulaEvaluator |
Streaming-specific Formula Evaluator, which is able to
lookup cells within the current Window.
|
| SXSSFPicture |
Streaming version of Picture.
|
| SXSSFRow |
Streaming version of XSSFRow implementing the "BigGridDemo" strategy.
|
| SXSSFSheet |
Streaming version of XSSFSheet implementing the "BigGridDemo" strategy.
|
| SXSSFWorkbook |
Streaming version of XSSFWorkbook implementing the "BigGridDemo" strategy.
|
| SXSSFWorkbook.ISheetInjector |
|