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

In This Topic
    XlsmSaveOptions Class Methods
    In This Topic

    For a list of all members of this type, see XlsmSaveOptions 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. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodIndicates whether to exclude user-defined but never used Define name. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodIndicates 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 MethodIndicates whether treat formula cells as value cells. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodA 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 MethodIndicates 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 MethodIndicates whether to exclude user-defined but never used Define name. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodIndicates whether to exclude user-defined but never used Cell styles. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodIndicates whether treat formula cells as value cells. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions)
    Public MethodA 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