Greetings!
I am reading an Excel sheet into a data table dt1 which has column Names and data rows.
Trying to get data at cell B2. I could read cell B2. I am also trying to do dt1.Rows(0)(columnName). But the column Names have spaces. How do I remove space in the column name?
Thank you,