SerializationOptions Class Members
In This Topic
The following tables list the members exposed by SerializationOptions.
Public Constructors
Public Properties
| Name | Description |
 | ExportSharedFormula |
Gets or sets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true.
|
 | IgnoreColumnRowInfoOutOfUsedRange |
Gets or sets whether to ignore below information to JSON file which is out of used range when exporting to JSON. Default value is true.
- row style
- column style
- row height
- column width
|
 | IgnoreFormula |
Whether to ignore the formula when serialize the workbook or worksheet to JSON. Default value is false.
|
 | IgnoreRangeOutOfRowColumnCount |
Gets or sets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false.
|
 | IgnoreSheets |
Gets or sets whether to ignore the sheets when exporting to JSON. Default value is false.
|
 | IgnoreStyle |
Whether to ignore the style when serialize the workbook or worksheet to JSON. Default value is false.
|
Top
See Also