DeserializationOptions Class Methods
In This Topic
For a list of all members of this type, see DeserializationOptions members.
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