Class ExcelSourceTableSpec


  • public final class ExcelSourceTableSpec
    extends com.orchestranetworks.addon.dint.dataconnector.spec.TableSpec
    Specification for an ExcelSourceTable.
    Since:
    4.1.0
    • Method Detail

      • getFile

        public java.io.File getFile()
        Returns the source file.
      • getSheetName

        public java.lang.String getSheetName()
        Returns the sheet name.
      • getStartRow

        public int getStartRow()
        Returns the start row of the data table. Returns 1 by default.
      • getStartColumn

        public int getStartColumn()
        Returns the start column of the data table.

        Returns 1 by default.

      • getListSeparator

        public char getListSeparator()
        Returns the list separator character.

        Returns line-break by default.

        Since:
        4.2.0
      • isColumnHeaderIncluded

        public boolean isColumnHeaderIncluded()
        Returns true if the file contains a header row.

        Returns true by default.

      • getInvalidDataFile

        public java.io.File getInvalidDataFile()
        Returns the file where invalid records are written.

        Returns null by default.

        Since:
        4.5.0