Import 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: Import Excel Sheet (/Thread-Import-Excel-Sheet) |
Import Excel Sheet - mdrumi - 05-12-2011 Hi I am trying to create a function to dynamically add sheet and import data in the runtime datatable in qtp.The function is adding all sheets but not retrieving data from excel .Codes are below.Can anyone resolve the problem ? Code: importdata("C:\Book1.xls") RE: Import Excel Sheet - supputuri - 05-13-2011 Hi, Just by adding a line of code we can achieve your goal. Code: importdata("C:\Book1.xls") |