Skip navigation links
A C D E F G I K M N R S T W 

A

addSharedStringItem(RichTextString) - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Add an entry to this Shared String table (a new value is appended to the end).
authors - Variable in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
authorsKeyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
authorsKeyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
authorsKeyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 

C

close() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
close() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
 
close() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
close() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileSharedStringsTable
 
com.github.pjfanning.poi.xssf.streaming - package com.github.pjfanning.poi.xssf.streaming
 
comments - Variable in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
commentsKeyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
commentsKeyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
commentsKeyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
CommentsTableBase - Class in com.github.pjfanning.poi.xssf.streaming
Table of comments.
CommentsTableBase(boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
commentUpdated(XSSFComment) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
commit() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
createNewComment(ClientAnchor) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 

D

DelegatingXSSFComment - Class in com.github.pjfanning.poi.xssf.streaming
 

E

enableTempFileComments(boolean) - Method in class com.github.pjfanning.poi.xssf.streaming.SXSSFFactory
 
enableTempFileSharedStrings(boolean) - Method in class com.github.pjfanning.poi.xssf.streaming.SXSSFFactory
 
encryptTempFiles(boolean) - Method in class com.github.pjfanning.poi.xssf.streaming.SXSSFFactory
 

F

findAuthor(String) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
findCellComment(CellAddress) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
fullFormat - Variable in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
fullFormat - Variable in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
 

G

getAddress() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
getAuthor(long) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
getAuthor() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
getCellAddresses() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
getColumn() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
getCommentText() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
If you are only interested in the text of the comment and don't need the full XSSFRichTextString, then this method is more efficient.
getCount() - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Return an integer representing the total count of strings in the workbook.
getCTComment() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
getCTShape() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
getItemAt(int) - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Return a (rich text) string item by index
getLogger() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
getLogger() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
getLogger() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
 
getLogger() - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
 
getLogger() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
getLogger() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileSharedStringsTable
 
getNumberOfAuthors() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
getNumberOfComments() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
getRow() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
getSharedStringItems() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
MapBackedSharedStringsTable does not implement getSharedStringItems().
getSharedStringItems() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileSharedStringsTable
TempFileSharedStringsTable only supports streaming access of shared strings.
getString() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
getString(int) - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Return a string item by index
getUniqueCount() - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Returns an integer representing the total count of unique strings in the Shared String Table.

I

ignoreDrawing - Variable in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
isIgnoreDrawing() - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
isVisible() - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 

K

keyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
 
keyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
 
keyIterator() - Method in class com.github.pjfanning.poi.xssf.streaming.TempFileSharedStringsTable
 

M

MapBackedCommentsTable - Class in com.github.pjfanning.poi.xssf.streaming
Table of comments.
MapBackedCommentsTable() - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
MapBackedCommentsTable(boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
MapBackedCommentsTable(OPCPackage) - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
MapBackedCommentsTable(OPCPackage, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedCommentsTable
 
MapBackedSharedStringsTable - Class in com.github.pjfanning.poi.xssf.streaming
Table of strings shared across all sheets in a workbook.
MapBackedSharedStringsTable() - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
 
MapBackedSharedStringsTable(boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
 
MapBackedSharedStringsTable(OPCPackage) - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
 
MapBackedSharedStringsTable(OPCPackage, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.MapBackedSharedStringsTable
 

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.CommentsTableBase
Read this comments table from an XML file.
readFrom(InputStream) - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Read this shared strings table from an XML file.
referenceUpdated(CellAddress, XSSFComment) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
removeComment(CellAddress) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 

S

setAddress(int, int) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
setAddress(CellAddress) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
setAuthor(String) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
setColumn(int) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
setIgnoreDrawing(boolean) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
setRow(int) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
setSheet(Sheet) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
setString(RichTextString) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
setString(String) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
setVisible(boolean) - Method in class com.github.pjfanning.poi.xssf.streaming.DelegatingXSSFComment
 
SharedStringsTableBase - Class in com.github.pjfanning.poi.xssf.streaming
Table of strings shared across all sheets in a workbook.
SharedStringsTableBase(boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
 
sheet - Variable in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
 
stmap - Variable in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Maps strings and their indexes in the strings arrays
strings - Variable in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Array of individual string items in the Shared String table.
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
Deprecated.
use #encryptTempFiles method instead

T

TempFileCommentsTable - Class in com.github.pjfanning.poi.xssf.streaming
Table of comments.
TempFileCommentsTable() - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
TempFileCommentsTable(boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
TempFileCommentsTable(boolean, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
TempFileCommentsTable(OPCPackage, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
TempFileCommentsTable(OPCPackage, boolean, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileCommentsTable
 
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(boolean, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileSharedStringsTable
 
TempFileSharedStringsTable(OPCPackage, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileSharedStringsTable
 
TempFileSharedStringsTable(OPCPackage, boolean, boolean) - Constructor for class com.github.pjfanning.poi.xssf.streaming.TempFileSharedStringsTable
 

W

writeTo(OutputStream) - Method in class com.github.pjfanning.poi.xssf.streaming.CommentsTableBase
Write this table out as XML.
writeTo(OutputStream) - Method in class com.github.pjfanning.poi.xssf.streaming.SharedStringsTableBase
Write this table out as XML.
A C D E F G I K M N R S T W 
Skip navigation links