Class TableCellDetails


  • public final class TableCellDetails
    extends java.lang.Object
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        Indicates this is a table cell details object
      • getRowIndex

        public int getRowIndex()
      • getColumnIndex

        public int getColumnIndex()
      • getCellReference

        public java.util.Optional<java.lang.String> getCellReference()
        Returns:
        Source spreadsheet cell or range in A1 notation, such as B2 or A1:C1 for a merged cell. Only set for Excel table cells when advancedOptions.excelIncludeCellMetadata is enabled.
      • getFormula

        public java.util.Optional<java.lang.String> getFormula()
        Returns:
        Source spreadsheet formula text with a leading =, when the cell has a formula. Only set for Excel table cells when advancedOptions.excelIncludeCellMetadata is enabled.
      • getFormatting

        public java.util.Optional<CellFormatting> getFormatting()
        Returns:
        Structured spreadsheet cell formatting. Only set when advancedOptions.excelIncludeCellFormatting is enabled and formatting is present.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object