Package ch.rabanti.nanoxlsx4j.lowLevel
Class SharedStringsReader
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.SharedStringsReader
Class representing a reader for the shared strings table of XLSX files
- Author:
- Raphael Stoeckli
-
Constructor Summary
ConstructorsConstructorDescriptionSharedStringsReader
(ImportOptions importOptions) Constructor with parameters -
Method Summary
Modifier and TypeMethodDescriptiongetString
(int index) Gets the value of the shared string table by its indexboolean
Gets whether the workbook contains shared stringsvoid
read
(InputStream stream) Reads the XML file form the passed stream and processes the shared strings table
-
Constructor Details
-
SharedStringsReader
Constructor with parameters- Parameters:
importOptions
- Import options instance
-
-
Method Details
-
hasElements
public boolean hasElements()Gets whether the workbook contains shared strings- Returns:
- True if at least one shared string object exists in the workbook
-
getString
Gets the value of the shared string table by its index- Parameters:
index
- Index of the stared string entry- Returns:
- Determined shared string value. Returns null in case of an invalid index
-
read
Reads the XML file form the passed stream and processes the shared strings table- Parameters:
stream
- Stream of the XML file- Throws:
IOException
- Throws IOException in case of an errorIOException
-