← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #187101]: How to write multiple rows in excel through sikuli?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
The easiest way might be, to structure your textfile as a csv file, that
you might open with excel.

The Python csv module (http://docs.python.org/library/csv.html) has some
support for that.

The more complex possibility is the xlwt module
(http://pypi.python.org/pypi/xlwt), where you can write directly into an
excel file.

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