Class StyleReader

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

public class StyleReader extends Object
Class representing a reader for style definitions of XLSX files
Author:
Raphael Stoeckli
  • Constructor Details

    • StyleReader

      public StyleReader()
      Default constructor
  • Method Details

    • getStyleReaderContainer

      public StyleReaderContainer getStyleReaderContainer()
      Gets the container for raw style components of the reader.
      Returns:
      Style reader container with resolved style components
    • read

      public void read(InputStream stream) throws IOException, IOException
      Reads the XML file form the passed stream and processes the style information
      Parameters:
      stream - Stream of the XML file
      Throws:
      IOException - Throws IOException in case of an error
      IOException