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

In This Topic
    XlsxSaveOptions Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodIndicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false.  
    Public MethodIndicates whether to exclude user-defined but never used Define name. Default is false.  
    Public MethodIndicates whether to exclude user-defined but never used Cell styles. Default is false.  
    Public MethodGet the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase)
    Public MethodIndicates whether treat formula cells as value cells.  
    Public MethodA bool indicating whether to save workbook in compact mode, the default value is false.  
    Public MethodThe password for the xlsx file.  
    Public MethodIndicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false.  
    Public MethodIndicates whether to exclude user-defined but never used Define name. Default is false.  
    Public MethodIndicates whether to exclude user-defined but never used Cell styles. Default is false.  
    Public MethodIndicates whether treat formula cells as value cells.  
    Public MethodA bool indicating whether to save workbook in compact mode, the default value is false.  
    Public MethodThe password for the xlsx file.  
    Public Method  
    Top
    See Also