[]
Represents options for exporting.
[Flags]
public enum ExportOptions
<Flags>
Public Enum ExportOptions
| Name | Description |
|---|---|
| ColumnHeader | Indicates that the column header will be exported as top rows of the worksheet. |
| DataOnly | Indicates that only cell values are exported. |
| Default | The default export options |
| Exchangeable | Spread data will be saved as extension of OpenXML file format. |
| ExternalReference | Indicates that the saved file will be used for external references to the workbook. |
| IncludeAutoMergedCells | Indicates that the automatically merged cells will be exported. |
| NoFormulas | Indicates that cell formulas aren't exported. |
| None | No option is available. |
| PreferTextOnExport | The cell text will be exported if there is an explicit cell type. |
| RowHeader | Indicates that the row header will be exported as left columns of the worksheet. |