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 use _getExcelto get perticular rows based on some condition
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()
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
_getExcel() API gives you a two-dimensional array. You can then access the array elements using the array indices.
Regards.