Name | Description | |
---|---|---|
getFileFormat | Get the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase) | |
getIgnoreRangeOutOfRowColumnCount | Gets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs. Default value is false. | |
getIncludeAutoMergedCells | Get whether to include the automatically merged cells. The default value is false. | |
getIncludeBindingSource | Gets whether to include the binding source when saving the file. Default value is true. | |
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. | |
setIgnoreRangeOutOfRowColumnCount | Sets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs. | |
setIncludeAutoMergedCells | Set whether to include the automatically merged cells. The default value is false. | |
setIncludeBindingSource | Sets whether to include the binding source when saving the file. | |
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. |