Class PivotExportCell


  • public class PivotExportCell
    extends Object
    The cell unit for exporting to sheet-based format.
    • Method Detail

      • getValue

        public Number getValue()
        The value in the cell. Only available on cells of type DATA.
      • getLabel

        public String getLabel()
        The label of the cell. Only available on cells of header type.
      • getKey

        public Object getKey()
        The key of the cell. Only available on cells of header type.
      • getRowSpan

        public int getRowSpan()
        The row span of the cell.
      • getColumnSpan

        public int getColumnSpan()
        The column span of the cell.
      • getFieldName

        public String getFieldName()
        Return the field name.
      • getCalcuator

        public Calculator getCalcuator()
        Returns the Calculator.