Friday, June 3, 2011

Web Application Testing in Ruby: Web Application Testing in Ruby: Ruby scripting with Excel

Web Application Testing in Ruby: Web Application Testing in Ruby: Ruby scripting with Excel

reading data from spreadsheet

worksheet.Range('a12')['Value'] #get value of single cell
data = worksheet.Range('a1:c12')['Value'] #read into 2D array

No comments:

Post a Comment