Class SpreadsheetTable

  • All Implemented Interfaces:
    Table<SpreadsheetField>

    public final class SpreadsheetTable
    extends java.lang.Object
    implements Table<SpreadsheetField>
    Defines the configuration used for a spreadsheet table.
    Since:
    2.3.0
    • Method Detail

      • getSheetName

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

        public int getSheetIndex()
        Returns the specified sheet index.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • isReferenceSheetTable

        public boolean isReferenceSheetTable()
        Returns true if this is the reference sheet containing metadata such as the sheet name, the table label, and the table path used to detect the mapping between sheets and tables upon import.