From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can LabVIEW convert XML data in Excel

I am using XML files to store the data regarding my work. Now I have to display the data to the end user as a preview of the data. it could be in any readable format like HTML,MS-Excel or MS-Word.

Can any one tell me how to convert the XML file in above format

0 Kudos
Message 1 of 3
(3,165 Views)

Hi,

Inorder to convert a XML file to HTML you need to write an XSL script (EXtensible Style sheet Language).  This script parses the XML file with a particular schema and shows the XML file in a browser.

 

Just open the XML file in Excel (2003 or above).  It automatically parses the XML schema type and provides it as worksheet!

With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
0 Kudos
Message 2 of 3
(3,134 Views)
Can you give an example of the XSL script for it.
0 Kudos
Message 3 of 3
(2,690 Views)