DeserializationOptions Class Members
In This Topic
The following tables list the members exposed by DeserializationOptions.
Public Constructors
Public Methods
| Name | Description |
| getDoNotRecalculateAfterLoad | Gets whether to prevent recalculation after loading the JSON data. Default value is false. |
| getIgnoreFormula | Gets whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false. |
| getIgnoreStyle | Gets whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false. |
| setDoNotRecalculateAfterLoad | Sets whether to prevent recalculation after loading the JSON data. Default value is false. |
| setIgnoreFormula | Sets whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false. |
| setIgnoreStyle | Sets whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false. |
Top
See Also