reading and writing to spreadsheet
Hello,
I've to use a spreadsheet to read the data from. This data would be used to run the Tests. I'm trying to write Javascript code to do that. I'm having some of the difficulties in getting the rowcount in the spreadsheet and then keeping the pointer at the row that I'm reading and then moving to the next row. I've to read one row at a time and then run the test. In the next iteration, I'd be reading the second row and then running the test. any help/guidance would be appreciated!
Thank you
Abhi
Hi Helen,
No, these are not functions. These are some variables which hold the values from the spreadsheet.
I figured out the issue here. It was still being treated as an object and I was trying to read it without using any property.
Here's what I've used.
var getUsageCode = aqObject.GetPropertyValue(readExcel(i, 1, "Sheet1"), "Text")
Thanks for your help!
Abhi