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

In This Topic
    XltxSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by XltxSaveOptions.

    Public Constructors
     NameDescription
    Public ConstructorConstructs a new XltxSaveOptions obejct.  
    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. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodGets whether to exclude user-defined but never used Define name. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodGets whether to exclude user-defined but never used Cell styles. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodGet the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase)
    Public MethodGets whether treat formula cells as value cells. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodGets a bool indicating whether to save workbook in compact mode, the default value is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodThe password for the xlsx file. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodSets whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodSets whether to exclude user-defined but never used Define name. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodSets whether to exclude user-defined but never used Cell styles. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodSets whether treat formula cells as value cells. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodSets a bool indicating whether to save workbook in compact mode, the default value is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodThe password for the xlsx file. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public Method (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Top
    See Also