← Back to team overview

sikuli-driver team mailing list archive

[Question #682423]: Unable to open excel file with Sikuli IDE

 

New question #682423 on Sikuli:
https://answers.launchpad.net/sikuli/+question/682423

Hello,
Am new to sikuli and python. Am using Sikuli 1.1.3 on windows-10 64 bit desktop and trying to open xls file.
Have added xlrd in Lib as suggested in other threads. (xlrd- 1.2.0)
Added below code to open file. But unable to open excel file and not getting error in IDE.
----------------------------
import xlrd
import datetime
EXCELFILE = "C:\\Nitin\\test\\ESB_APP_CHEKC.xls"
book = xlrd.open_workbook(EXCELFILE)
sheet = book.sheet_by_index(1)
----------------------------
Could you please help on why excel file is not opening?
Thanks in advance.

Regards,
Nitin
 

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