Back to Devexpress

ASPxPivotGridExporter.ExportToXlsx Method

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgridexporter-dot-exporttoxlsx.md

latest1.7 KB
Original Source

ASPxPivotGridExporter.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, TextExportMode)stream, textExportModeExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream)streamExports the control’s data to the specified stream in XLSX (MS Excel 2007) format.
ExportToXlsx(String, TextExportMode)filePath, textExportModeExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String)filePathExports the control’s data to the specified file in XLSX (MS Excel 2007) format.