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 MethodGets whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false.  
    Public MethodGets whether to exclude user-defined but never used Define name. Default is false.  
    Public MethodGets 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 MethodGets whether treat formula cells as value cells.  
    Public MethodGets a bool indicating whether to save workbook in compact mode, the default value is false.  
    Public MethodThe password for the xlsx file.  
    Public MethodSets whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false.  
    Public MethodSets whether to exclude user-defined but never used Define name. Default is false.  
    Public MethodSets whether to exclude user-defined but never used Cell styles. Default is false.  
    Public MethodSets whether treat formula cells as value cells.  
    Public MethodSets a 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