Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / DeserializationOptions Class
Methods

In This Topic
    DeserializationOptions Class Members
    In This Topic

    The following tables list the members exposed by DeserializationOptions.

    Public Constructors
    Public Methods
     NameDescription
    Public MethodGets whether to prevent recalculation after loading the JSON data. Default value is false.  
    Public MethodGets whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.  
    Public MethodGets whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.  
    Public MethodSets whether to prevent recalculation after loading the JSON data. Default value is false.  
    Public MethodSets whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.  
    Public MethodSets whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.  
    Top
    See Also