[]
        
(Showing Draft Content)

GC.Spread.Sheets.ISerializationOption

Interface: ISerializationOption

Spread.Sheets.ISerializationOption

Table of contents

Properties

Properties

columnHeadersAsFrozenRows

Optional columnHeadersAsFrozenRows: boolean

Whether to treat the column headers as frozen rows when converting the workbook to json.


ignoreFormula

Optional ignoreFormula: boolean

Whether to ignore the formula when converting the workbook to json.


ignoreStyle

Optional ignoreStyle: boolean

Whether to ignore the style when converting the workbook to json.


includeAutoMergedCells

Optional includeAutoMergedCells: boolean

Whether to include the automatically merged cells when converting the workbook to json.


includeBindingSource

Optional includeBindingSource: boolean

Whether to include the binding source when converting the workbook to json.


rowHeadersAsFrozenColumns

Optional rowHeadersAsFrozenColumns: boolean

Whether to treat the row headers as frozen columns when converting the workbook to json.


saveAsView

Optional saveAsView: boolean

Whether to apply the format string to exporting value when converting the workbook to json, default false.


saveR1C1Formula

Optional saveR1C1Formula: boolean

Whether to save the r1c1 formula in the file.