Back to Devexpress

PivotGridControl.ExportToXlsx Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-exporttoxlsx.md

latest1.0 KB
Original Source

PivotGridControl.ExportToXlsx Method

NameParametersDescription
ExportToXlsx(Stream, XlsxExportOptions)stream, optionsExports the pivot grid to the specified stream in XLSX format, using the specified XLSX-specific options.
ExportToXlsx(Stream)streamExports the pivot grid to the specified stream in XLSX format.
ExportToXlsx(String, XlsxExportOptions)filePath, optionsExports the pivot grid to the specified file path in XLSX format, using the specified XLSX-specific options.
ExportToXlsx(String)filePathExports the pivot grid to the specified file path in XLSX format.