Original Data saved in .xls sheet. How do you use "call" to call the data into the application?

Questions by galnrao1980   answers by galnrao1980

Showing Answers 1 - 3 of 3 Answers

You can import the excel file in your script using following command in Expert ViewDataTable.ImportSheet(FileName, SheetSource, SheetDest)e.g. DataTable.ImportSheet "C:name.xls" ,1 ,"name"

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions