Package | Description |
---|---|
org.apache.poi.poifs.crypt.temp | |
org.apache.poi.xssf.streaming |
Modifier and Type | Class and Description |
---|---|
class |
SheetDataWriterWithDecorator |
Modifier and Type | Method and Description |
---|---|
protected SheetDataWriter |
SXSSFWorkbookWithCustomZipEntrySource.createSheetDataWriter() |
Modifier and Type | Class and Description |
---|---|
class |
GZIPSheetDataWriter
Sheet writer that supports gzip compression of the temp files.
|
class |
StreamingSheetWriter
Unlike SheetDataWriter, this writer does not create a temporary file, it writes data directly
to the provided OutputStream.
|
Modifier and Type | Field and Description |
---|---|
protected SheetDataWriter |
SXSSFSheet._writer |
Modifier and Type | Method and Description |
---|---|
protected SheetDataWriter |
DeferredSXSSFWorkbook.createSheetDataWriter() |
protected SheetDataWriter |
SXSSFWorkbook.createSheetDataWriter() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.