18 January 2026:


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

santosh.kandesantosh.kande Members
edited November -1 in Sahi - Open Source
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.

Comments

  • globalwormingglobalworming Moderators
    Hi

    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
  • Please can u do that..
  • globalwormingglobalworming Moderators
    http://paste.robbi5.com/0f867a3b
    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
Sign In or Register to comment.