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

In This Topic
    XlsxSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by XlsxSaveOptions.

    Public Constructors
     NameDescription
    Public ConstructorConstructor.  
    Top
    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