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

In This Topic
    SjsSaveOptions Class Methods
    In This Topic

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

    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