| Package | Description |
|---|---|
| com.github.pjfanning.xlsx | |
| com.github.pjfanning.xlsx.impl | |
| com.github.pjfanning.xlsx.impl.ooxml |
| Modifier and Type | Method and Description |
|---|---|
StreamingReader.Builder |
StreamingReader.Builder.bufferSize(int bufferSize)
The number of bytes to read into memory from the input
resource.
|
static StreamingReader.Builder |
StreamingReader.builder() |
StreamingReader.Builder |
StreamingReader.Builder.convertFromOoXmlStrict(boolean convertFromOoXmlStrict)
Deprecated.
this is no longer needed, OOXML strict format is handled automatically
|
StreamingReader.Builder |
StreamingReader.Builder.password(String password)
For password protected files specify password to open file.
|
StreamingReader.Builder |
StreamingReader.Builder.rowCacheSize(int rowCacheSize)
The number of rows to keep in memory at any given point.
|
StreamingReader.Builder |
StreamingReader.Builder.setAvoidTempFiles(boolean avoidTempFiles)
Enables a mode where the code tries to avoid creating temp files.
|
StreamingReader.Builder |
StreamingReader.Builder.setEncryptSstTempFile(boolean encryptSstTempFile)
Enables use of encryption in Shared Strings Table temp file.
|
StreamingReader.Builder |
StreamingReader.Builder.setReadComments(boolean readComments)
Enables the reading of the comments.
|
StreamingReader.Builder |
StreamingReader.Builder.setReadCoreProperties(boolean readCoreProperties)
Enables the reading of the core document properties.
|
StreamingReader.Builder |
StreamingReader.Builder.setReadShapes(boolean readShapes)
Enables the reading of shape data.
|
StreamingReader.Builder |
StreamingReader.Builder.setUseSstTempFile(boolean useSstTempFile)
Enables use of Shared Strings Table temp file.
|
| Constructor and Description |
|---|
StreamingWorkbookReader(StreamingReader.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.poi.xssf.model.SharedStringsTable |
OoxmlStrictHelper.getSharedStringsTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static org.apache.poi.xssf.model.StylesTable |
OoxmlStrictHelper.getStylesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
static org.apache.poi.xssf.model.ThemesTable |
OoxmlStrictHelper.getThemesTable(StreamingReader.Builder builder,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
Copyright © 2021. All rights reserved.