Class SimpleXLSXAdapter

    • Constructor Detail

      • SimpleXLSXAdapter

        public SimpleXLSXAdapter()
    • Method Detail

      • isSheetProcessed

        public boolean isSheetProcessed​(int sheetNumber)
        Is sheet processed hook (returns true by default)
      • process

        public void process()
                     throws java.lang.InterruptedException

        Iterates input stream as individual lines
        Each line is passed to the processLine() method for processing

        Throws:
        java.lang.InterruptedException