sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06729
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
Status: Open => Answered
RaiMan proposed the following answer:
Sorry, you are misunderstanding something: I am not a moderator here.
I am just something like a Sikuli power user, that has decided to help
other people her on a regular base.
And I am very, very patient with the people asking questions.
I spend some time on this "hobby" and I decide to whom I spend it and
for what.
One of my expectations when trying to help, is that people do their home
works and spend some effort in the case before coming back.
And if you look at the comment chain, one can see, that I could get the
impression, that you did not do your homework.
And xlrd has nothing to do with Sikuli, it is basic Python usage. You
already got much more, than you could expect here.
And I prefer to clearly say, why I will not look any longer at a thread
instead of just stopping to react.
I admit, that I was a little bit setup, by your behavior in this thread
and comment #12 might be not very diplomatic, but it is not really rude.
Anyway, I apologize for using the wrong words, but not for the content.
Back to your "problem":
Including download it took 1 minute to find out, how to open a
spreadsheet, by looking into the docs/xlrd.html:
open_workbook(filename=None, logfile=sys.stdout, verbosity=0, pickleable=True, use_mmap=USE_MMAP, file_contents=None, encoding_override=None, formatting_info=False, on_demand=False, ) [#]
Open a spreadsheet file for data extraction.
filename
The path to the spreadsheet file to be opened.
So in your case:
open_workbook("D:\Insert Order1.xls")
So pls. do not tell me that you have struggled a lot, to find out.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.