Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML To Excel

Status
Not open for further replies.

nikol

Programmer
Apr 12, 2005
126
US
Hi,
I'm searching for a tool which will convert xml to excel. I saw many tools that converts excel-xml. Do u know anything I can download & use.
&
I tried to do Copy-Cut-Paste but it doesn't work.
 
Hi,
I'm searching for a tool which will convert xml to excel. I saw many tools that converts excel-xml. Do u know anything I can download & use.
&
I tried to do Copy-Cut-Paste my XMl to excel spreadsheet but it doesn't work.




 
one easy thing to do is to use XSL to transform the document into an HTML table...

Then right-click on the table and "Export to Microsoft Excel"

Otherwise, you could write a script or VBA macro to do this but that requires further knowlege... If you are interested in taking the VBA path, just let me know, Otherwise try the XSL method...

If you can supply a sample of your XML, we can get you started on the XSL...

Visit My Site
PROGRAMMER: (n) Red-eyed, mumbling mammal capable of conversing with inanimate objects.
 
My version of Excel (2003) will import directly from XML.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top