← Back to team overview

sikuli-driver team mailing list archive

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

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
- with App.open() you open the Excel application which shows your sheet
in the GUI on the desktop

- with xlrd, the package opens the file in the background, which then can be accessed with the xlrd features like for example get the content of a specific cell for further evaluation in your script.
You do not "see" anything.

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