[]
        
(Showing Draft Content)

GC.Spread.Sheets.IDeserializationOptions

Interface: IDeserializationOptions

Spread.Sheets.IDeserializationOptions

Table of contents

Properties

Properties

doNotRecalculateAfterLoad

Optional doNotRecalculateAfterLoad: boolean

Whether to prevent recalculation after loading the json data.


frozenColumnsAsRowHeaders

Optional frozenColumnsAsRowHeaders: boolean

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


frozenRowsAsColumnHeaders

Optional frozenRowsAsColumnHeaders: boolean

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


ignoreFormula

Optional ignoreFormula: boolean

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


ignoreStyle

Optional ignoreStyle: boolean

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


incrementalLoading

Optional incrementalLoading: boolean | IIncrementalLoadingOptions

Whether to use the incremental loading or the callbacks of incremental loading when converting json to the workbook.