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 access two Excel sheet like sheet1 and sheet2
whether can we able to access two excel sheet like "Sheet1 and Sheet2" from same file in sahi pro.
here i want to read the data from sheet1 to browser.and result value should be stored to sheet2.
i used this code for read the data/value from "sheet1" and store the data/value to "sheet2".
//Run a select
$rs = db.select("select * from [Sheet1$]");
_wait(100);
$rs = db.select("select * from [Sheet2$]");
here i want to read the data from sheet1 to browser.and result value should be stored to sheet2.
i used this code for read the data/value from "sheet1" and store the data/value to "sheet2".
//Run a select
$rs = db.select("select * from [Sheet1$]");
_wait(100);
$rs = db.select("select * from [Sheet2$]");