sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07150
Re: [Question #177503]: Passing data through excel sheet to sikuli(in MAC OS)
Question #177503 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/177503
RaiMan proposed the following answer:
*** recommended use of module xlrd on Windows
This eliminates the need, to manipulate sys.path
--- in program folder Sikuli X create a folder Lib
--- copy the xlrd folder contained in the downloaded zip to this folder .... \Sikuli X\Lib
--- in each Sikuli script, where you want to use xlrd, put an import xlrd at the beginning
--- use raw strings r"file-path" or double the backslashes in file name strings
For the usage of xlrd look into the docs, that are contained in the xlrd
folder.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.