Class XlsxReader

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

public class XlsxReader extends Object
Class representing a reader to decompile XLSX files
Author:
Raphael Stoeckli
  • Constructor Details

    • XlsxReader

      public XlsxReader(InputStream stream, ImportOptions options)
      Constructor with stream and import options as parameter
      Parameters:
      stream - Stream of the XLSX file to load
      options - Import options to override the automatic approach of the reader. See ImportOptions for information about import options
    • XlsxReader

      public XlsxReader(String path, ImportOptions options)
      Constructor with file path and import options as parameter
      Parameters:
      path - File path of the XLSX file to load
      options - Import options to override the automatic approach of the reader. See ImportOptions for information about import options
  • Method Details

    • read

      public void read() throws IOException, IOException
      Reads the XLSX file from a file path or a file stream
      Throws:
      IOException - Throws IOException in case of an error
      IOException
    • getWorkbook

      public Workbook getWorkbook()
      Resolves the workbook with all worksheets from the loaded file
      Returns:
      Workbook object