接口 IDataOptions


public interface IDataOptions
Represents the options related to data import and data analysis.
  • 方法详细资料

    • getAutomaticGroupDateTimeInPivotTable

      boolean getAutomaticGroupDateTimeInPivotTable()
      Gets whether to automatic group Date/Time columns in PivotTables.
    • setAutomaticGroupDateTimeInPivotTable

      void setAutomaticGroupDateTimeInPivotTable(boolean value)
      Sets whether to automatic group Date/Time columns in PivotTables.
    • getBigDecimalAsDouble

      boolean getBigDecimalAsDouble()
      Gets whether to treat big decimal as double.
      返回:
      treat big decimal as double or not.
    • setBigDecimalAsDouble

      void setBigDecimalAsDouble(boolean value)
      Sets whether to treat big decimal as double.
      参数:
      value - value of treat big decimal as double or not.