Reading Data from Excel with more than 100 columns
Hello,
I am working on a robot who needs to fill out a web form. In this form there are 107 possible questions. The answers to these questions are given in a Excelsheet. The robot reads this sheet and fills out the corresponding questions in the web form.
Normally I would loop through the rows to fill out the form. However the amount of colums is really high and I was wondering if there is an easier way to read the cells.
This is a one-time only robot which performs a bulk processing.