How to Import data from a ".xls" file to Data table during
Runtime.
Answer Posted / ramyab.mca@gmail.com
Hai....
Import data from a ".xls" file to Data table during Runtime:
1.Datatable.Import "...XLS file name..."
2.DataTable.ImportSheet(FileName, SheetSource, SheetDest)
3.DataTable.ImportSheet "C:\name.xls" ,1 ,"name"
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain qtp(quick test professional)?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Where to use Property Let, Property Get, Property Set in UFT
How many types of status are there?
How QA specialist can identify when programmatic descriptions are useful?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How to connect to a database?
banking domain description for software tester for interview
Explain how qtp identifies object?
What are the Disadvantages of shared object repository?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?