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. | |
getIncludeAutoMergedCells | Gets whether to include the automatically merged cells. The default value is false. | |
getIncludeBindingSource | Gets whether to include the binding source when serialize the workbook or worksheet to JSON. Default value is true. | |
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. | |
setIncludeAutoMergedCells | Sets whether to include the automatically merged cells. The default value is false. | |
setIncludeBindingSource | Sets whether to include the binding source when serialize the workbook or worksheet to JSON. |