Forum Discussion

Adagio's avatar
Adagio
Frequent Contributor
7 years ago
Solved

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 th...
  • Adagio's avatar
    Adagio
    7 years ago

    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