sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10445
[Question #196356]: Copy Cells from Excel to a notepad using xlrd
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.