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 use _getExcelto get perticular rows based on some condition

smaddalasmaddala Members
edited April 2013 in Sahi - Open Source
Hi ,
with _getDB API we can select the rows using Where condition in Select Statement. _getExcel is replacement of the older way_getDb.How can we get the rows based on some condition with _getExcel()

Answers

  • Hi smaddala,
    _getExcel() API gives you a two-dimensional array. You can then access the array elements using the array indices.

    Regards.
Sign In or Register to comment.