Package ch.rabanti.nanoxlsx4j.lowLevel
Class RelationshipReader
java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.RelationshipReader
Class representing a reader for relationship of XLSX files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<ch.rabanti.nanoxlsx4j.lowLevel.RelationshipReader.RelationShip>
Gets the list of workbook relationship entriesvoid
read
(InputStream stream) Reads the XML file form the passed stream and processes the relationship declaration table
-
Constructor Details
-
RelationshipReader
public RelationshipReader()Default constructor
-
-
Method Details
-
getRelationships
Gets the list of workbook relationship entries- Returns:
- Worksheet relationships
-
read
Reads the XML file form the passed stream and processes the relationship declaration table- Parameters:
stream
- Stream of the XML file- Throws:
IOException
- Throws IOException in case of an errorIOException
-