DeserializationOptions Class Members
In This Topic
The following tables list the members exposed by DeserializationOptions.
Public Constructors
Public Properties
| Name | Description |
| DoNotRecalculateAfterLoad |
Whether to prevent recalculation after loading the JSON data. Default value is false.
|
| IgnoreFormula |
Whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.
|
| IgnoreStyle |
Whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.
|
Top
See Also