| Class | Description |
|---|---|
| DeferredGeneration |
This sample demonstrates how to use DeferredSXSSFWorkbook to generate workbooks in a streaming way.
|
| HybridStreaming |
This demonstrates how a hybrid approach to workbook read can be taken, using
a mix of traditional XSSF and streaming one particular worksheet (perhaps one
which is too big for the ordinary DOM parse).
|
| Outlining | |
| SavePasswordProtectedXlsx |
An example that outputs a simple generated workbook that is password protected.
|