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

In This Topic
    SerializationOptions Class Methods
    In This Topic

    For a list of all members of this type, see SerializationOptions members.

    Public Methods
     NameDescription
    Public MethodGets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true.  
    Public MethodGets whether to ignore below information which is out of used range when exporting to JSON file. Default value is true. - row style - column style - row height - column width  
    Public MethodGets whether to ignore the formula when serialize the workbook or worksheet to JSON. Default value is false.  
    Public MethodGets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false.  
    Public MethodGets whether to ignore the sheets when serialize the workbook or worksheet to JSON. Default value is false.  
    Public MethodGets whether to ignore the style when serialize the workbook or worksheet to JSON. Default value is false.  
    Public MethodSets whether to export shared formula when serialize the workbook or worksheet to JSON. Default value is true.  
    Public MethodSets whether to ignore below information which is out of used range when exporting to JSON file. Default value is true. - row style - column style - row height - column width  
    Public MethodSets whether to ignore the formula when serialize the workbook or worksheet to JSON. Default value is false.  
    Public MethodSets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false.  
    Public MethodSets whether to ignore the sheets when serialize the workbook or worksheet to JSON. Default value is false.  
    Public MethodSets whether to ignore the style when serialize the workbook or worksheet to JSON. Default value is false.  
    Top
    See Also