[]
Represents some settings when serialize workbook or worksheet to JSON.
public class SerializationOptions
Public Class SerializationOptions
| Name | Description |
|---|---|
| SerializationOptions() | Constructor. |
| 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. |
| IncludeAutoMergedCells | Indicates whether to include the automatically merged cells. The default value is false. |
| IncludeBindingSource | Gets or sets whether to include the binding source when saving the file. Default value is true. |