Skip to main content

DataGridExportExtensions.ExportToXlsAsync Method

Name Parameters Description
ExportToXlsAsync(DataGridView, Stream, XlsExportOptions) static grid, stream, options Exports DataGridView data to a stream in XLS format with the specified export options.
ExportToXlsAsync(DataGridView, Stream) static grid, stream Exports DataGridView data to a stream in XLS format.
ExportToXlsAsync(DataGridView, String, XlsExportOptions) static grid, filePath, options Exports DataGridView data to XLS format with the specified path and export options.
ExportToXlsAsync(DataGridView, String) static grid, filePath Exports DataGridView data to XLS format with the specified path.