Possible to copy lots of different text to variables?

Asked by TC

Tried searching, and it seems that it was impossible in 2012.

https://answers.launchpad.net/sikuli/+question/185777

What I am trying to do is say I have words like apple, orange, banana in different cells in excel. Then have Sikuli copy and make in one go:

apple = variable1
orange = variable2
banana = variable 3

Then go to another page and paste them.

Is there any way to do this? My coding level is barely knowing html, have used Sikuli and AHK a bit. Thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mike (maestro+++) said :
#1

The manual way of doing this is to move the mouse to apple. mouse down, move the mouse to banana then mouse up. You then press CNTRL-C. Then you navigate to the target sheet and click on the target starting cell and press CTRL-V. Does this not work for you?

Can you help with this problem?

Provide an answer of your own, or ask TC for more information if necessary.

To post a message you must log in.