View Single Post
 
Old 01-28-2016, 08:13 AM
vivekanand.p vivekanand.p is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jan 2016
Posts: 1
vivekanand.p is on a distinguished road
Default How to convert multiple xml data in xl column to xl data

Hi,

I need an help on converting xml data to xl, I have multiple xml data available in one of the column of my excel sheet and want to convert this xml data from each cell of column to excel data and append this data in separate sheet.

E.g.

Col A Col B
1 <xml></xml>
2 <xml></xml>
3 <xml></xml>

Want to convert above into single xl data and data as follows

Col A Col B Col C
1 xml1 converted to xl data abc1
2 xml1 converted to xl data abc2
3 xml1 converted to xl data abc3

Regards,
Vivek
Reply With Quote