[]
Spread.Sheets.ISerializationOption
• Optional columnHeadersAsFrozenRows: boolean
Whether to treat the column headers as frozen rows when converting the workbook to json.
• Optional ignoreFormula: boolean
Whether to ignore the formula when converting the workbook to json.
• Optional ignoreStyle: boolean
Whether to ignore the style when converting the workbook to json.
• Optional includeAutoMergedCells: boolean
Whether to include the automatically merged cells when converting the workbook to json.
• Optional includeBindingSource: boolean
Whether to include the binding source when converting the workbook to json.
• Optional rowHeadersAsFrozenColumns: boolean
Whether to treat the row headers as frozen columns when converting the workbook to json.
• Optional saveAsView: boolean
Whether to apply the format string to exporting value when converting the workbook to json, default false.
• Optional saveR1C1Formula: boolean
Whether to save the r1c1 formula in the file.