18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
How to communicate with excel files with Sahi script and what pre req
Hi ,
I would like to enhance my sahi scripts by writing reports to excel files.
How to communicate with excel files and what are other pre-requisites we need to have like driver
creation and jar files needed.
I would like to enhance my sahi scripts by writing reports to excel files.
How to communicate with excel files and what are other pre-requisites we need to have like driver
creation and jar files needed.
Comments
this is no feature of Sahi OS. You would have to download the sourcecode, and write a CsvReporter and CsvFormatter. I already deleted them, but if you really need it , I could look for my files in our SVN.
Regards
Wormi
http://paste.robbi5.com/5db6dc65
thats what I got.. as far as I remember, it creates CSV files when running suites with the -csvLogs true -csvLogDir "PATH" options. You will have to add these arguments too.. just look for where the other reporters are set. If you want to have CVS files with the Sachi Controller, you have to change the standed report in the RhinoScriptRunner I think. There where some informations missing on my CSV files, hope this helps you and that you can fix the rest.
On questions about bulding Sahi etc, use the search function, there are several topics on that.
Regards
Wormi