Question #181616 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/181616

Description changed to:
Hi Raiman,

I am using Sikuli tool in MAC.

There is a scenario where I need to pass multiple user's first name and
last name while registering in a site. Could you please tell me whether
I can pass the multiple data through excel sheet. For that i am trying a
simple program to open excel sheet.

I have downloaded the package xlrd and placed it one folder. please find the 
path below where i placed my xlrd in my mac.
 
/Users/suresh/Desktop/Sikuli Scripts/Lib/xlrd

and i tried to open an excel sheet which i placed on the desktop.

but iam unable to open it it is showing some issue. please help me from
this.

my code.

import xlrd
book=xlrd.open_workbook("/Users/suresh/Desktop/Sikuli Scripts/book1.xls")

error: importerror: no module named xlrd.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to