LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

open file gxml in excel

How do I open an XML file iIceated in LabVIEW with the GXML VIs?
Scientia est potentia!
0 Kudos
Message 1 of 7
(2,859 Views)

You should check out the examples for an intro into using the XML functions. From LabVIEW select help >> Find Examples, then click through Fundamentals >> File Input and Output, and look at the Read Data from XML File.vi and Write Data to XML FIle.vi examples. Those will get you started.

 

--Ryan S.

0 Kudos
Message 2 of 7
(2,830 Views)

I'd like a look in EXCEL like the attached clip.

 

Scientia est potentia!
0 Kudos
Message 3 of 7
(2,816 Views)

If you're wanting to work with an xcel doc then you probably want to use the regular text functions or the Write to Spreadsheet.vi and Read from Spreadsheet.vi functions, not XML functions.

 

--Ryan S.

0 Kudos
Message 4 of 7
(2,788 Views)

Unfortunately, I can not change the format of my data collection.

Someone else will look at the XML data by opening it in EXCEL.

 

 

Scientia est potentia!
0 Kudos
Message 5 of 7
(2,772 Views)

Could you open the XML file in LabVIEW and convert it into a spreadsheet text format, and then open it in excel?

National Instruments
Applications Engineer
0 Kudos
Message 6 of 7
(2,745 Views)

I decided to avoid GXML as much as possible.

 

Scientia est potentia!
0 Kudos
Message 7 of 7
(2,680 Views)