public class DeserializationOptions
extends java.lang.Object
| Constructor and Description |
|---|
DeserializationOptions() |
| Modifier and Type | Method and Description |
|---|---|
DeserializationOptionsData |
getData() |
boolean |
getDoNotRecalculateAfterLoad()
Gets whether to prevent recalculation after loading the json data.
|
boolean |
getIgnoreFormula()
Gets whether to ignore the formula when deserialize the workbook or worksheet from json.
|
boolean |
getIgnoreStyle()
Gets whether to ignore the style when deserialize the workbook or worksheet from json.
|
void |
setDoNotRecalculateAfterLoad(boolean value)
Sets whether to prevent recalculation after loading the json data.
|
void |
setIgnoreFormula(boolean value)
Sets whether to ignore the formula when deserialize the workbook or worksheet from json.
|
void |
setIgnoreStyle(boolean value)
Sets whether to ignore the style when deserialize the workbook or worksheet from json.
|
public DeserializationOptionsData getData()
public boolean getIgnoreStyle()
public void setIgnoreStyle(boolean value)
public boolean getIgnoreFormula()
public void setIgnoreFormula(boolean value)
public boolean getDoNotRecalculateAfterLoad()
public void setDoNotRecalculateAfterLoad(boolean value)