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
|
hi all,
i am new to qtp. so can you please help me that how to import value to excel sheet
you can check for ExportSheet or Export datatable methods in help.
Code: DataTable.Export FileName Code: DataTable.ExportSheet FileName, vtSrcSheet, [DstSheetName]
Thanks,
SUpputuri
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,833 |
03-03-2017, 10:07 AM Last Post: vinod123 |
|
![]() |
QTP not performing iterations based on local data sheet | Breaker | 18 | 57,445 |
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,247 |
06-02-2015, 09:19 PM Last Post: M Adnan Iftikhar |
|
![]() |
Importing Excel sheet - Reference Values are not recognized | michiusa69 | 3 | 8,029 |
01-23-2015, 02:36 AM Last Post: lkng2001 |
Invalid File error importing a spreadsheet but only on a VM | msacks | 1 | 2,852 |
10-19-2014, 09:04 PM Last Post: supputuri |