LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Excel report generation

Hello,

 

I am looking for a simple solution to this simple problem:

 

I have generated an excel data file using LabVIEW Report Generation Toolkit for Microsoft Office ( see diagram below ).

Now I would like to add data to this worksheet every time I run this VI ( data must expand in column format instead of

row)  but i have no Idea how to do it .

 

I would appreciate any help.

Thanks 

 

0 Kudos
Message 1 of 3
(2,308 Views)

Nobody knows how I could do that ?

0 Kudos
Message 2 of 3
(2,281 Views)

That's what the start input is for. You tell it where to insert the cells.

 

Asides:

  • Why aren't you wiring the error out from the new report function to the next function?
  • Do not autoindex an array and wire a value to N. Do one or the other, not both. If you do both the loop will run for whichever value (N, or the array size) is smaller.
  • Your loop with the function node can be simplified by replacing it with a single Divide function and feeding the Divide function the arrays directly. The numeric functions (as well as many other functions) are polymorphic.

To learn more about LabVIEW it is recommended that you go through the introduction material, tutorial(s), and other material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

0 Kudos
Message 3 of 3
(2,274 Views)