public class BufferedStringsTable extends org.apache.poi.xssf.model.SharedStringsTable implements AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst |
getEntryAt(int idx) |
org.apache.poi.ss.usermodel.RichTextString |
getItemAt(int idx) |
static BufferedStringsTable |
getSharedStringsTable(File tmp,
int cacheSize,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
void |
readFrom(InputStream is) |
addEntry, addSharedStringItem, commit, getCount, getItems, getSharedStringItems, getUniqueCount, writeTo, xmlText_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommited, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommited, toStringpublic static BufferedStringsTable getSharedStringsTable(File tmp, int cacheSize, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws IOException
IOExceptionpublic void readFrom(InputStream is) throws IOException
readFrom in class org.apache.poi.xssf.model.SharedStringsTableIOExceptionpublic org.apache.poi.ss.usermodel.RichTextString getItemAt(int idx)
getItemAt in interface org.apache.poi.xssf.model.SharedStringsgetItemAt in class org.apache.poi.xssf.model.SharedStringsTablepublic org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst getEntryAt(int idx)
getEntryAt in class org.apache.poi.xssf.model.SharedStringsTablepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.poi.xssf.model.SharedStringsTableIOExceptionCopyright © 2018. All rights reserved.