[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DeserializationOptions

DeserializationOptions Class

Represents some settings when deserialize workbook or worksheet from JSON.

Inheritance
DeserializationOptions
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class DeserializationOptions
Public Class DeserializationOptions

Constructors

Name Description
DeserializationOptions()

Constructor.

Properties

Name Description
DoNotRecalculateAfterLoad

Whether to prevent recalculation after loading the JSON data. Default value is false.

IgnoreFormula

Whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.

IgnoreStyle

Whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.