I have excel where I have to read excel and take screenshot of only column-1(Have to ignore last column)
→ I don’t have any issue in taking screenshot but having issue only with column range
For example 1) If I have excel data from A1:E9 then I have to take screenshot from A1:D9 → Wants to ignore last column
If I have excel data from A1:L9 then I have to take screenshot from A1:K9 → Wants to ignore last column every time
→ I am able to get row count by using dt.row.count and can use it but having issue with column only
→ We don’t know how many columns will be in excel … We just read the entire excel and take screenshot except last column … I want to know last column and minus 1 (If last column is H9 then I have to take screenshot up to G9)