← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #142644]: Want to use win32com to access excel sheets - try python package xlrd

 

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

RaiMan proposed the following answer:
--1.
I do not have any experience with this kind of Outlook scripting.

--2. win32com
If you want to use this approach, you have to stick with Python.
This is not available for the Sikuli/Jython/Java environment since it is C-based.

--3. Sikuli + Python
Depending on the reason, why you want to use Sikuli for that or together with that and wether the focus lies on the Sikuli features or on the Python/win32com stuff, you have to decide, what is the leading system.
There are some solutions possible how to integrate Sikuli and Python. If you want some more tightly coupled solution than using each other as external apps, you have to implement your stuff as functions that can be dispatched using some control routine.
You might use sub processing, pipes, XML-RPC (this might be the easiest one to implement) and some more.

It is some challenge ;-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.