How to read Data from Excel when it have Multiple Headers

You’d have to read the data into a datatable with the headers checkbox not checked, so that your headers end up being rows 0 and 1 in the data. Then you loop through the columns and change the column names based on the data in rows 0 and 1. Then delete rows 0 and 1.