New question #196356 on Sikuli:
https://answers.launchpad.net/sikuli/+question/196356
How to copy the cell value from excel to notepad using xlrd. I am able to print
the value in SIKULI IDE but need help in copy & paste to notepad
----
import xlrd
book = xlrd.open_workbook("C:\Sikuli\Test0501.xls")
sh = book.sheet_by_index(0)
openApp ("notepad.exe")
print sh.col(0)[1].value
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp