Name | Description | |
---|---|---|
XltxSaveOptions Constructor | Constructs a new XltxSaveOptions obejct. |
The following tables list the members exposed by XltxSaveOptions.
Name | Description | |
---|---|---|
XltxSaveOptions Constructor | Constructs a new XltxSaveOptions obejct. |
Name | Description | |
---|---|---|
getExcludeEmptyRegionCells | Gets 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) | |
getExcludeUnusedNames | Gets whether to exclude user-defined but never used Define name. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
getExcludeUnusedStyles | Gets whether to exclude user-defined but never used Cell styles. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase) | |
getIgnoreFormulas | Gets whether treat formula cells as value cells. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
getIsCompactMode | Gets a bool indicating whether to save workbook in compact mode, the default value is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
getPassword | The password for the xlsx file. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
setExcludeEmptyRegionCells | Sets 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) | |
setExcludeUnusedNames | Sets whether to exclude user-defined but never used Define name. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
setExcludeUnusedStyles | Sets whether to exclude user-defined but never used Cell styles. Default is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
setIgnoreFormulas | Sets whether treat formula cells as value cells. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
setIsCompactMode | Sets a bool indicating whether to save workbook in compact mode, the default value is false. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
setPassword | The password for the xlsx file. (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) | |
toString | (Inherited from com.grapecity.documents.excel.XlsxSaveOptions) |