Name | Description | |
---|---|---|
![]() | SerializationOptions Constructor |
The following tables list the members exposed by SerializationOptions.
Name | Description | |
---|---|---|
![]() | SerializationOptions Constructor |
Name | Description | |
---|---|---|
![]() | getExportSharedFormula | Gets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true. |
![]() | getIgnoreColumnRowInfoOutOfUsedRange | Gets whether to ignore below information which is out of used range when exporting to JSON file. Default value is true. - row style - column style - row height - column width |
![]() | getIgnoreFormula | Gets whether to ignore the formula when serialize the workbook or worksheet to JSON. Default value is false. |
![]() | getIgnoreRangeOutOfRowColumnCount | Gets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false. |
![]() | getIgnoreSheets | Gets whether to ignore the sheets when serialize the workbook or worksheet to JSON. Default value is false. |
![]() | getIgnoreStyle | Gets whether to ignore the style when serialize the workbook or worksheet to JSON. Default value is false. |
![]() | setExportSharedFormula | Sets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true. |
![]() | setIgnoreColumnRowInfoOutOfUsedRange | Sets whether to ignore below information which is out of used range when exporting to JSON file. Default value is true. - row style - column style - row height - column width |
![]() | setIgnoreFormula | Sets whether to ignore the formula when serialize the workbook or worksheet to JSON. Default value is false. |
![]() | setIgnoreRangeOutOfRowColumnCount | Sets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false. |
![]() | setIgnoreSheets | Sets whether to ignore the sheets when serialize the workbook or worksheet to JSON. Default value is false. |
![]() | setIgnoreStyle | Sets whether to ignore the style when serialize the workbook or worksheet to JSON. Default value is false. |