08-17-2015, 12:55 PM
hi all,
i am new to qtp. so can you please help me that how to import value to excel sheet
i am new to qtp. so can you please help me that how to import value to excel sheet
Importing data sheet
|
08-17-2015, 12:55 PM
hi all,
i am new to qtp. so can you please help me that how to import value to excel sheet
08-17-2015, 11:13 PM
you can check for ExportSheet or Export datatable methods in help.
Code: DataTable.Export FileName Code: DataTable.ExportSheet FileName, vtSrcSheet, [DstSheetName]
Thanks,
SUpputuri
08-20-2015, 11:37 PM
Also if you are creating excel object then u can code like this..
sheet.cells(i,j).value=4,5,etc.. to set values in cells workbook.save xl.quit ' to quit excel application set xl = nothing ' to release memory |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Reading data from excel sheet | serenediva | 1 | 9,617 |
03-03-2017, 10:07 AM Last Post: vinod123 |
|
QTP not performing iterations based on local data sheet | Breaker | 18 | 56,755 |
01-25-2016, 04:32 PM Last Post: arunshuklainbox |
|
On Saving Script in QTP 11 my Global Data Sheet data is removed | M Adnan Iftikhar | 0 | 2,177 |
06-02-2015, 09:19 PM Last Post: M Adnan Iftikhar |
|
Importing Excel sheet - Reference Values are not recognized | michiusa69 | 3 | 7,884 |
01-23-2015, 02:36 AM Last Post: lkng2001 |
|
Invalid File error importing a spreadsheet but only on a VM | msacks | 1 | 2,751 |
10-19-2014, 09:04 PM Last Post: supputuri |