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

In This Topic
    SerializationOptions Class Members
    In This Topic

    The following tables list the members exposed by SerializationOptions.

    Public Constructors
    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