Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Reading from an excel file

by Perllace (Acolyte)
on Sep 20, 2011 at 09:12 UTC ( [id://926868]=perlquestion: print w/replies, xml ) Need Help??

Perllace has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks, My script contains a line like this
$DUT->SendText('23456789'); ---; ---; ---;
I have to read a set of numbers from an excel file and send it to this function one by one. How do I go about doing this? thanks, Perllace

Replies are listed 'Best First'.
Re: Reading from an excel file
by roboticus (Chancellor) on Sep 20, 2011 at 09:43 UTC

    Perllace:

    I'd suggest starting with the example code (in the Synopsis) in Spreadsheet::ParseExcel, and where they print the cell values, add your function call.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

Re: Reading from an excel file
by Corion (Patriarch) on Sep 20, 2011 at 09:16 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://926868]
Approved by rovf
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-25 06:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found