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) |
static org.apache.poi.xssf.model.SharedStringsTable |
getSharedStringsTable(File tmp,
int cacheSize,
org.apache.poi.openxml4j.opc.OPCPackage pkg) |
void |
readFrom(InputStream is) |
addEntry, commit, getCount, getItems, getUniqueCount, writeTo_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toStringpublic void readFrom(InputStream is) throws IOException
readFrom in class org.apache.poi.xssf.model.SharedStringsTableIOExceptionpublic org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst getEntryAt(int idx)
getEntryAt in class org.apache.poi.xssf.model.SharedStringsTablepublic static org.apache.poi.xssf.model.SharedStringsTable getSharedStringsTable(File tmp, int cacheSize, org.apache.poi.openxml4j.opc.OPCPackage pkg) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic void close()
close in interface AutoCloseableCopyright © 2017. All rights reserved.