Name | Description | |
---|---|---|
![]() | getExcludeEmptyRegionCells | Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false. |
![]() | getExcludeUnusedNames | Indicates whether to exclude user-defined but never used Define name. Default is false. |
![]() | getExcludeUnusedStyles | Indicates whether to exclude user-defined but never used Cell styles. Default is false. |
![]() | getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase) |
![]() | getIgnoreFormulas | Indicates whether treat formula cells as value cells. |
![]() | getIsCompactMode | A bool indicating whether to save workbook in compact mode, the default value is false. |
![]() | getPassword | The password for the xlsx file. |
![]() | setExcludeEmptyRegionCells | Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false. |
![]() | setExcludeUnusedNames | Indicates whether to exclude user-defined but never used Define name. Default is false. |
![]() | setExcludeUnusedStyles | Indicates whether to exclude user-defined but never used Cell styles. Default is false. |
![]() | setIgnoreFormulas | Indicates whether treat formula cells as value cells. |
![]() | setIsCompactMode | A bool indicating whether to save workbook in compact mode, the default value is false. |
![]() | setPassword | The password for the xlsx file. |
![]() | toString |