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

In This Topic
    SjsSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by SjsSaveOptions.

    Public Constructors
     NameDescription
    Public ConstructorConstructor.  
    Top
    Public Methods
     NameDescription
    Public MethodGet the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase)
    Public MethodGet whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.  
    Public MethodGet whether the formula can be included when saving the file. By default, the value is true.  
    Public MethodGet whether the style can be included when saving files. By default, the value is true.  
    Public MethodGet whether the unused custom name can be included when saving the file. By default, the value is true.  
    Public MethodSet whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.  
    Public MethodSet whether the formula can be included when saving the file.  
    Public MethodSet whether the style can be included when saving files.  
    Public MethodSet whether the unused custom name can be included when saving the file.  
    Top
    See Also