Class RelationshipReader

java.lang.Object
ch.rabanti.nanoxlsx4j.lowLevel.RelationshipReader

public class RelationshipReader extends Object
Class representing a reader for relationship of XLSX files
  • Constructor Details

    • RelationshipReader

      public RelationshipReader()
      Default constructor
  • Method Details

    • getRelationships

      public List<ch.rabanti.nanoxlsx4j.lowLevel.RelationshipReader.RelationShip> getRelationships()
      Gets the list of workbook relationship entries
      Returns:
      Worksheet relationships
    • read

      public void read(InputStream stream) throws IOException, IOException
      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 error
      IOException