sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #25442
Re: [Question #247422]: How To Resolve "cannot open system clipboard" error
Question #247422 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/247422
Status: Open => Answered
RaiMan proposed the following answer:
You are accessing the XLS "visually" over the GUI using copy and paste.
A CSV file is the sheet (usually comma separated), that contains the
rows and the cell values.
This can be accessed in a script directly, so you just have your row
contents directly in strings to work with.
The same can be done with module xlrd (see faq 2208) and even no need to
convert to CSV, since it allows, to directly access cells in a sheet.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.