In an excel sheet , i’m trying to read last 7 column details and store it in a datatable.
I got the lastcolumn index and lastcolumn index - 6 which give me startcolumn index range.
Now i want to read range between startcolumn index : lastcolumn index
I dont know how to use this index in read range activity, could someone please help me?
@Anusuya_R
If you want to read generically without putting excel headers
then first thing is to get your headers by column index
use UiPath.Excel.Helpers.ExcelUtilities.ConvertColumnIndexToColumnLetter method as the following?