GIVE ME ANSWERS PLEASE AS SOON AS POSSIBLE - 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: GIVE ME ANSWERS PLEASE AS SOON AS POSSIBLE (/Thread-GIVE-ME-ANSWERS-PLEASE-AS-SOON-AS-POSSIBLE) |
GIVE ME ANSWERS PLEASE AS SOON AS POSSIBLE - vanam1144 - 04-06-2010 DataTable: 1)How can u import an excel sheet? Ans) DataTable.AddSheet "Sheet1" DataTable.ImportSheet "F:\*******\Test1.xls",1,"Sheet1" 2) How can u import an excel aplication? DataTable.Import("PaTH")[/size] 3) After importing an excel appl how can select required sheet 4)row count,column count(parameter count)? 5)how can u select a data from DT 6)How can u get a data from a cell(row) 7)how do u know param names in a DT? 8)how can u export a DT? 9)how many arguments will u pass while importing a sheet,appl,and exporting a sheet ,appl 10) [size=large]if u export a sheet into a folder which is not presented in that folder then what u can do? RE: GIVE ME ANSWERS PLEASE AS SOON AS POSSIBLE - Saket - 04-09-2010 hey, too many questions in single thread, first of all - refrain yourself from mentioning ASAP in your posts. only one query per thread, refer posting guidelines. before posting your query search the forum. I am sure all these questions have already been discussed here in many of the threads |