Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, windows and java based applications. Get your 30 day free trial.

Discuss your Sahi Pro usage patterns, best practices, problems and solutions. Help others solve their problems and seek help from the community when needed. If you need specific support on your application, please email support @ sahipro.com

How to access two Excel sheet like sheet1 and sheet2

narendrannarendran Members
edited November -1 in Sahi - Open Source
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$]");
Sign In or Register to comment.