LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create excel file in LabVIEW

I am using the example VI I found on this sight to create an Excel file. The VI is "Create Excel2000_sheet.vi". This file seems to be creating a tab limited text file. Is there a way to change this VI so it creates an Excel worksheet instead? Or is there a way to change the tab limited text file to an excel worksheet using LabVIEW?
0 Kudos
Message 1 of 5
(13,710 Views)
You can create an Excel sheet using ActiveX, first you open an automation, selecting Excel application as the input. Then you pass this automation, use a property node and select worksheet on it. Pass the worksheet reference to an invoke node and select add, this way you add a worksheet to the current excel window (which you can show or not using property nodes). There are many examples of how to do this, and thik that there's a Excel toolkit donated by Philips research in the developer zone. For any more questions, you know where we are.
Good luck
Message 2 of 5
(13,710 Views)
Thanks for the help.

-iceman
0 Kudos
Message 5 of 5
(13,709 Views)
Here is a link to the Philips Excel toolkit Gorka just mentioned. Hope this helps. /Mikael

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&42E12CDCDBD1C6828625699D004EEFA8&cat=9C6DF90777E5A78206256874000FA14E
Message 3 of 5
(13,710 Views)
Thanks for the help.

-iceman
0 Kudos
Message 4 of 5
(13,710 Views)