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.
Excel Sheet - Row Count
in Sahi Pro
Hi Team,
I am trying to read data from Excel and want count of Rows, how to get that?
Thanks.
I am trying to read data from Excel and want count of Rows, how to get that?
Thanks.
Comments
var $ToreadEmployeeNumber= _getExcel($filepath, "QA_population");
var $testsome= $ToreadEmployeeNumber.getData();
_log($testsome.length);