| 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.
|
String |
getEntryAt(int i) |
List<String> |
getItems() |
int |
getUniqueCount()
Returns an integer representing the total count of unique strings in the Shared String Table.
|
public XSSFBSharedStringsTable(OPCPackage pkg) throws IOException, SAXException
pkg - The OPCPackage to use as basis for the shared-strings table.IOException - If reading the data from the package fails.SAXException - if parsing the XML data fails.public String getEntryAt(int i)
public int getCount()
public int getUniqueCount()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.