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.

Excel Sheet - Row Count

Hi Team,

I am trying to read data from Excel and want count of Rows, how to get that?

Thanks.

Comments

  • I think I get the answer

    var $ToreadEmployeeNumber= _getExcel($filepath, "QA_population");
    var $testsome= $ToreadEmployeeNumber.getData();
    _log($testsome.length);
Sign In or Register to comment.