[]
Represents some settings when deserialize workbook or worksheet from JSON.
public class DeserializationOptions
Public Class DeserializationOptions
| Name | Description |
|---|---|
| DeserializationOptions() | Constructor. |
| 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. |