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]

Reply via email to