Skip to main content

ASPxTreeListExporter.WriteXlsxToResponse Method

Name Parameters Description
WriteXlsxToResponse() none Exports data to a file in XLSX format and writes it to the Response in the binary format.
WriteXlsxToResponse(XlsxExportOptions) exportOptions Exports data to a file in XLSX format with the specified export settings, and writes it to the Response in the binary format.
WriteXlsxToResponse(Boolean, XlsxExportOptions) saveAsFile, exportOptions Exports data to a file in XLSX format with the specified export settings, and writes it to the Response in the binary format.
WriteXlsxToResponse(Boolean) saveAsFile Exports data to a file in XLSX format and writes it to the Response in the binary format.
WriteXlsxToResponse(String, XlsxExportOptions) fileName, exportOptions Exports data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in the binary format.
WriteXlsxToResponse(String, Boolean) fileName, saveAsFile Exports data to the specified file in XLSX format and writes it to the Response in the binary format.
WriteXlsxToResponse(String) fileName Exports data to the specified file in XLSX format and writes it to the Response in the binary format.