Back to Devexpress

TableView.ExportToXlsx Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dot-exporttoxlsx.md

latest958 B
Original Source

TableView.ExportToXlsx Method

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