Method ExportToExcelInterop
ExportToExcelInterop(DataTable, string)
Exports the specified DataTable to an Excel file using Interop.
public static void ExportToExcelInterop(DataTable dataTable, string fileName)
Exports the specified DataTable to an Excel file using Interop.
public static void ExportToExcelInterop(DataTable dataTable, string fileName)