[]
Represents some settings when deserialize workbook or worksheet from JSON.
public class DeserializationOptions
Constructor.
public DeserializationOptions()
Whether to prevent recalculation after loading the JSON data. Default value is false.
public bool DoNotRecalculateAfterLoad { get; set; }
Whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.
public bool IgnoreFormula { get; set; }
Whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.
public bool IgnoreStyle { get; set; }