Skip to main content

BaseView.ExportToXlsx Method

Name Parameters Description
ExportToXlsx(Stream, XlsxExportOptions) stream, options Exports the GridControl.DefaultView‘s data to the specified stream in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(Stream) stream Exports the GridControl.DefaultView‘s data to the specified stream in XLSX (MS Excel 2007) format.
ExportToXlsx(String, XlsxExportOptions) filePath, options Exports the GridControl.DefaultView‘s data to the specified file in XLSX (MS Excel 2007) format using the specified options.
ExportToXlsx(String) filePath Exports the GridControl.DefaultView‘s data to the specified file in XLSX (MS Excel 2007) format.