Name | Description | |
---|---|---|
SjsSaveOptions Constructor | Constructor. |
The following tables list the members exposed by SjsSaveOptions.
Name | Description | |
---|---|---|
SjsSaveOptions Constructor | Constructor. |
Name | Description | |
---|---|---|
getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase) | |
getIncludeEmptyRegionCells | Get whether any empty cells outside the used data range can be included when saving the file. By default, the value is true. | |
getIncludeFormulas | Get whether the formula can be included when saving the file. By default, the value is true. | |
getIncludeStyles | Get whether the style can be included when saving files. By default, the value is true. | |
getIncludeUnusedNames | Get whether the unused custom name can be included when saving the file. By default, the value is true. | |
setIncludeEmptyRegionCells | Set whether any empty cells outside the used data range can be included when saving the file. By default, the value is true. | |
setIncludeFormulas | Set whether the formula can be included when saving the file. | |
setIncludeStyles | Set whether the style can be included when saving files. | |
setIncludeUnusedNames | Set whether the unused custom name can be included when saving the file. |