Method ExportToXlsx
ExportToXlsx(DataTable)
Exports the specified DataTable to an XLSX file.
public Task ExportToXlsx(DataTable dataTable)
Parameters
dataTableDataTableThe DataTable to export.
Returns
- Task
 A task representing the asynchronous operation.