ASPxGridExporterBase.WriteXlsx Method
| Name | Parameters | Description |
|---|---|---|
| WriteXlsx(Stream, XlsxExportOptions) | stream, exportOptions | Exports the grid’s data to a stream in XLSX format with the specified export settings. |
| WriteXlsx(Stream, XlsxExportOptionsEx) | stream, exportOptions | Exports the grid’s data to a stream in XLSX format with the specified export settings. |
| WriteXlsx(Stream) | stream | Exports the grid’s data to a stream in XLSX format. |