Package | Description |
---|---|
org.apache.poi.xssf.eventusermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
SharedStringsTable |
XSSFReader.getSharedStringsTable()
Opens up the Shared Strings Table, parses it, and
returns a handy object for working with
shared strings.
|
Modifier and Type | Field and Description |
---|---|
protected SharedStringsTable |
SXSSFWorkbook._sharedStringSource
shared string table - a cache of strings in this workbook
|
Modifier and Type | Method and Description |
---|---|
protected SharedStringsTable |
SXSSFWorkbook.getSharedStringSource() |
Constructor and Description |
---|
GZIPSheetDataWriter(SharedStringsTable sharedStringsTable) |
SheetDataWriter(SharedStringsTable sharedStringsTable) |
Modifier and Type | Method and Description |
---|---|
SharedStringsTable |
XSSFWorkbook.getSharedStringSource()
Returns SharedStringsTable - tha cache of string for this workbook
|
protected SharedStringsTable |
XSSFCell.getSharedStringSource() |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.