Reading data from excel sheet - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Reading data from excel sheet (/Thread-Reading-data-from-excel-sheet) |
Reading data from excel sheet - serenediva - 02-23-2017 Hi, I need a script which can read data from an excel file( where the data is already given) and give the same inputs in a windows application.Is it possible to import the data from the excel sheet without using Datatable.importsheet statement ?? Please help RE: Reading data from excel sheet - vinod123 - 03-03-2017 ⇒Read the data from Excel File: Code: Set myxl = createobject("excel.application") |