Method ExportToExcelOleDbAsync
ExportToExcelOleDbAsync(DataTable, string)
Exports the specified DataTable to an Excel file asynchronously.
public static Task<bool> ExportToExcelOleDbAsync(DataTable dataTable, string fileName)
Exports the specified DataTable to an Excel file asynchronously.
public static Task<bool> ExportToExcelOleDbAsync(DataTable dataTable, string fileName)