Class StreamingSheetWriter

java.lang.Object
org.apache.poi.xssf.streaming.SheetDataWriter
org.apache.poi.xssf.streaming.StreamingSheetWriter
All Implemented Interfaces:
Closeable, AutoCloseable

@Beta public class StreamingSheetWriter extends SheetDataWriter
Unlike SheetDataWriter, this writer does not create a temporary file, it writes data directly to the provided OutputStream.
Since:
5.0.0