I've used a gem called spreadsheet [1], which have been able to do all the work necessary.
[1] - http://spreadsheet.rubyforge.org/ Jarmo On Oct 19, 3:25 pm, joedio <[email protected]> wrote: > I would advise against using AutoIT for manipulation of Excel > through the GUI when there are Ruby gems that let you > access Excel through its API. > > For example I've had great success using the Excel Interface Class > > http://wiki.openqa.org/display/WTR/Excel%20interface%20class > > This ruby class provides simple methods for reading and writing > data records to and from Excel spreadsheets. This data can then > be easily used to create data-driven Watir tests. This class hides > the complexities of directly using ruby's win32ole library to > interface > with Excel. > > Joe > > On Oct 14, 12:58 pm, Schase <[email protected]> wrote: > > > > > I have a watir test that downloads some information from a web app to > > an Excel file, > > > TIA, Sabrina -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
