Back to Devexpress

ASPxGridView.ExportXlsxToResponse Method

aspnet-devexpress-dot-web-dot-aspxgridview-dot-exportxlsxtoresponse.md

latest2.7 KB
Original Source

ASPxGridView.ExportXlsxToResponse Method

NameParametersDescription
ExportXlsxToResponse(XlsxExportOptions)exportOptionsExports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(XlsxExportOptionsEx)exportOptionsExports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(Boolean, XlsxExportOptions)saveAsFile, exportOptionsExports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(Boolean, XlsxExportOptionsEx)saveAsFile, exportOptionsExports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(String, XlsxExportOptions)fileName, exportOptionsExports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(String, XlsxExportOptionsEx)fileName, exportOptionsExports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(String, Boolean, XlsxExportOptions)fileName, saveAsFile, exportOptionsExports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.
ExportXlsxToResponse(String, Boolean, XlsxExportOptionsEx)fileName, saveAsFile, exportOptionsExports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.