LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of excel data to html

Hi Friends,

 

In my application right now i could able to collect a set of data and port it to excel sheet using Activex components.

And right now my application is usign a dll created by software team (in VB.net) and coverting the excel sheet data to xml.

 

So my requirement is to avoid the VB.net and directly do it thru LabVIEW 

Is there any provision in LV 8.2.1 to do that?

If some body have a solution for that, please let me know how to do that?

 

Thanks in Advance,

 

Suneel.V

0 Kudos
Message 1 of 3
(2,407 Views)
I'm using 8.5 but i would think that your version of labview would include the MS Office Report VI under programming tools->report generation.  Under the report generation tab the MS Office Report resides but also there is another group called Excel Specific.  I havent used them before but hopefully this can get you started.
0 Kudos
Message 2 of 3
(2,406 Views)
I don't think there's anything in the Excel Specific VIs for that. However, it sounds like the VB.NET code is simply using the SaveAsXMLData method. If so, you can just do that yourself using ActiveX. If they file is being saved using a specific XML syntax, then that's a different matter.
0 Kudos
Message 3 of 3
(2,396 Views)