Interface IDataOptions
public interface IDataOptions
Represents the options related to data import and data analysis.
-
Method Summary
boolean
Gets whether to automatic group Date/Time columns in PivotTables.
boolean
Gets whether to treat big decimal as double.
void
Sets whether to automatic group Date/Time columns in PivotTables.
void
Sets whether to treat big decimal as double.
-
Method Details
-
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.
- Returns:
- treat big decimal as double or not.
-
setBigDecimalAsDouble
void setBigDecimalAsDouble(boolean value)
Sets whether to treat big decimal as double.
- Parameters:
value
- value of treat big decimal as double or not.