Class SimpleXLSXAdapter

  • All Implemented Interfaces:
    AdapterInterface, java.io.Serializable
    Direct Known Subclasses:
    CellBasedXLSXAdapter

    public abstract class SimpleXLSXAdapter
    extends SimpleAdapter
    Abstract adapter dedicated to Excel speadsheet integration.
    This class (and its child classes) cannot be instanciated.
    They correspond to an Adapter configuration item.
    See Also:
    Serialized Form
    • 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 - When interrupted