sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36699
Re: [Question #284257]: copy individual excel cell and put it to a different program using Sikuli 1.1.0
Question #284257 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284257
Status: Open => Answered
Karl proposed the following answer:
If you use sikuli, you could use screenshots or regions to get to the
cell you want, you could use the click and type commands to copy the
cell contents, you could use the App class to open your other program,
you could use screenshots and regions to get to where you want to put
the data, and you could use the click and type commands to paste the
data to the new app.
Your script can even leverage the strengths of xlrd plus all of the
other capabilities of python/jython in conjunction with SIkuli commands.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.