Micro Focus QTP (UFT) Forums
Exporting List of ltems from Weblist to Excel - 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: Exporting List of ltems from Weblist to Excel (/Thread-Exporting-List-of-ltems-from-Weblist-to-Excel)



Exporting List of ltems from Weblist to Excel - shayk1985 - 05-22-2013

Hi All,
There is a weblist in my application. i want to export all the items from weblist to excel. when i do this the items come in bundle. i want them individually and want to export them to excel.
Code:
browser("b").Page("p").Weblist("list")

Thanks
Shaik


RE: Exporting List of ltems from Weblist to Excel - basanth27 - 05-22-2013

How about using the "Split" function and then storing those values wherever you require.