Extract a data from a cell in Excel

Asked by Brian

Hi RaiMan,

i would like to extract a data from a cell in Excel and store the value into a variable in the Sikuli
How can i do so?
Thanks a lot!

Brian

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Brian (brianiptszleung) said :
#1

Also,
i use

import xlrd

but there is an error always pop up
"[error] ImportError ( No module named xlrd )"

Revision history for this message
Best RaiMan (raimund-hocke) said :
#2
Revision history for this message
Brian (brianiptszleung) said :
#3

thanks RaiMan

I have re-installed everything and followed faq2208 and solved the problem

Revision history for this message
Brian (brianiptszleung) said :
#4

Thanks RaiMan, that solved my question.