← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #659520]: Unable to open excel worksheet with open_workbook command in Sikuli

 

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

RaiMan proposed the following answer:
tested with SikuliX 1.1.1 on Win7-64 using the bundled module xlrd

with this script:
import xlrd
sheet = r'C:\Users\RaimFred\Desktop\test.xls'
book = xlrd.open_workbook(sheet)
#print dir(book) # to see possible methods
print book.sheet_names()
# prints: [u'Tabelle1']

... as you can see: works as expected.

so you have to check your setup and filenames

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