LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Save to MS Excel in specifiek Row/Coloumn

Hi guys,

I have a MS EXcel file. I made also some VI's.

There is an output value coming out of the VI's. And i want to save this values to a specifiek Row&coloumn in MS Excel file(example: E11 of Excel).
Do somebody know how to do this.

Thanks
0 Kudos
Message 1 of 4
(2,593 Views)

Hello,

There is a perfect example for you in the NI Developer Zone that is called Save to Excel. 

If you want more information about using Excel with labview. you can have a look at:
Creating a Report in Microsoft Excel Using the LabVIEW Report Generation Toolkit: Introduction

Best regards,
Nick_CH

 
0 Kudos
Message 2 of 4
(2,579 Views)
Thanks Nick, but this is not what i am looking for. I need a example how to save a value to a specific cel in MS Excel( in cel B7 for example)
0 Kudos
Message 3 of 4
(2,567 Views)
 

Hi alias23,

You can you the following example. read the active Cell and the writes a table of random values. you can use a table of 1x1 to write a single cell and replace the code that gets the active cell and use your own location.

Thanks

Karten

0 Kudos
Message 4 of 4
(2,553 Views)