Class ExcelOledbExporter
Provides functionality to export a DataTable to an Excel file using OleDb.
public static class ExcelOledbExporter
- Inheritance
-
ExcelOledbExporter
Methods
- ExportToExcelOleDbAsync(DataTable, string)
Exports the specified DataTable to an Excel file asynchronously.
- IsOledb12Installed()
Checks if the OLE DB 12.0 driver is installed.