Class DeferredGeneration
- java.lang.Object
-
- org.apache.poi.examples.xssf.streaming.DeferredGeneration
-
public class DeferredGeneration extends Object
This sample demonstrates how to use DeferredSXSSFWorkbook to generate workbooks in a streaming way. This approach reduces the use of temporary files and can be used to output to streams like HTTP response streams.
-
-
Constructor Summary
Constructors Constructor Description DeferredGeneration()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-