aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writexlsxtoresponse.md
| Name | Parameters | Description |
|---|---|---|
| WriteXlsxToResponse() | none | Exports the grid’s data to a file in XLSX format and writes it to the Response in binary format. |
| WriteXlsxToResponse(XlsxExportOptions) | exportOptions | Exports the grid’s data to a file in XLSX format with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(XlsxExportOptionsEx) | exportOptions | Exports the grid’s data to a file in XLSX format with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(Boolean, XlsxExportOptions) | saveAsFile, exportOptions | Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(Boolean, XlsxExportOptionsEx) | saveAsFile, exportOptions | Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(Boolean) | saveAsFile | Exports the grid’s data to a file in XLSX format and writes it to the Response in binary format. |
| WriteXlsxToResponse(String, XlsxExportOptions) | fileName, exportOptions | Exports the grid’s data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(String, XlsxExportOptionsEx) | fileName, exportOptions | Exports the grid’s data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(String, Boolean, XlsxExportOptions) | fileName, saveAsFile, exportOptions | Exports the grid’s data to the specified file in XLSX format with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(String, Boolean, XlsxExportOptionsEx) | fileName, saveAsFile, exportOptions | Exports the grid’s data to the specified file in XLSX format with the specified export settings, and writes it to the Response in binary format. |
| WriteXlsxToResponse(String, Boolean) | fileName, saveAsFile | Exports the grid’s data to the specified file in XLS format and writes it to the Response in binary format. |
| WriteXlsxToResponse(String) | fileName | Exports the grid’s data to the specified file in XLSX format and writes it to the Response in binary format. |