how to read mpp rows using sikuli?

Asked by Ra

im using sikuli for an integration project. Integration is between mpp file and a web page.

I need to read and find a row item in a mpp file an dupdate and save it.

how to do tat using sikuli?

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

of course you can try the visual way, that SikuliX offers:
- finding images and clicking on them
- calculate relative click locations
- use keyboard simulation including clipboard
- give OCR a try

Live would be much easier though, if you find a library/tool, that allows to directly access the mpp-content from a Python script.

Another option might be, to export the relevant parts to XLS and use the xlrd Python module.

CSV export/import might also be an option.

So the visual effort could concentrate on the webpage.

But also there Selenium might be the better choice, if the webpage is accessible with it.

Can you help with this problem?

Provide an answer of your own, or ask Ra for more information if necessary.

To post a message you must log in.