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