← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #653759]: How to fetch the cell value of excel sheet

 

Question #653759 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653759

    Status: Open => Answered

masuo proposed the following answer:
When strings is in cell H41

row = 40
col = 7
value = sheet.cell_value(row,col)

click("textbox.png")   #click your application text field
paste(value) #paste strings from CELL

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.