I am using ACE OLEDB to load an excel file into a DataTable.
I have a list of the columns I need to grab from the file (column names).
Problem is I couldn't find any working source on how to get only those specific columns from the Excel into the DataTable.