sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27740
Re: [Question #253449]: Can any calculation be done using sikuli and coparision of two numeric values?
Question #253449 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/253449
Status: Open => Answered
Eugene S proposed the following answer:
To read excel file you can use Python xlrd module which should work fine
with Sikuli.
You can download it here:
https://pypi.python.org/pypi/xlrd
I think you even don't have to install it, but just to unzip anywhere and update the path by:
sys.path.append(<xlrd directory>)
and, of course:
import xlrd
To read a value from textbox, you have two options:
1. Use the OCR feature
2. Copy the value to clipboard (Ctrl+C like way)
Please let me know if that solves your problem or you still need help.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.