@Internal public class XSSFBSharedStringsTable extends java.lang.Object
Constructor and Description |
---|
XSSFBSharedStringsTable(OPCPackage pkg) |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Return an integer representing the total count of strings in the workbook.
|
java.lang.String |
getEntryAt(int i) |
java.util.List<java.lang.String> |
getItems() |
int |
getUniqueCount()
Returns an integer representing the total count of unique strings in the Shared String Table.
|
public XSSFBSharedStringsTable(OPCPackage pkg) throws java.io.IOException, org.xml.sax.SAXException
pkg
- The OPCPackage
to use as basis for the shared-strings table.java.io.IOException
- If reading the data from the package fails.org.xml.sax.SAXException
- if parsing the XML data fails.public java.util.List<java.lang.String> getItems()
public java.lang.String getEntryAt(int i)
public int getCount()
public int getUniqueCount()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.