JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
N
R
S
T
W
A
addEntry(CTRst)
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Deprecated.
use
addSharedStringItem(RichTextString string)
instead
addSharedStringItem(RichTextString)
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Add an entry to this Shared String table (a new value is appended to the end).
C
close()
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
com.github.pjfanning.poi.xssf.streaming
- package com.github.pjfanning.poi.xssf.streaming
G
getCount()
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Return an integer representing the total count of strings in the workbook.
getEntryAt(int)
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Deprecated.
use
getItemAt(int idx)
instead
getItemAt(int)
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Return a string item by index
getItems()
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Deprecated.
use
getItemAt
instead
getSharedStringItems()
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
TempFileSharedStringsTable only supports streaming access of shared strings.
getUniqueCount()
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Returns an integer representing the total count of unique strings in the Shared String Table.
N
newDocumentPart(POIXMLRelation)
- Method in class com.github.pjfanning.poi.xssf.streaming.
SXSSFFactory
R
readFrom(InputStream)
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Read this shared strings table from an XML file.
S
SXSSFFactory
- Class in
com.github.pjfanning.poi.xssf.streaming
SXSSFFactory()
- Constructor for class com.github.pjfanning.poi.xssf.streaming.
SXSSFFactory
SXSSFFactory(boolean)
- Constructor for class com.github.pjfanning.poi.xssf.streaming.
SXSSFFactory
T
TempFileSharedStringsTable
- Class in
com.github.pjfanning.poi.xssf.streaming
Table of strings shared across all sheets in a workbook.
TempFileSharedStringsTable()
- Constructor for class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
TempFileSharedStringsTable(boolean)
- Constructor for class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
TempFileSharedStringsTable(OPCPackage, boolean)
- Constructor for class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
W
writeTo(OutputStream)
- Method in class com.github.pjfanning.poi.xssf.streaming.
TempFileSharedStringsTable
Write this table out as XML.
A
C
G
N
R
S
T
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes