LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating an 3D array and exporting it to excel

I'm trying to create a spreadsheet file that will have three columns of data. So far, I've been only successful in getting two columns. I tried to look for examples but I could only find examples that had single-floating point numbers, not strings.

I've been sucessful in writing strings to an Excel worksheet, now I just need to find a way to take every other data point in the second column and give it it's own column.

To aid in solving the problem, I've attached the excel file that the VI wrote to as well as the VI itself.
Download All
0 Kudos
Message 1 of 3
(2,897 Views)
UPDATE: I have found another problem with my code. Seems like that the frequency string I'm writing is sorted by a column while the 1/2 voltage increments are in a row. I'm trying to fix it so that the frequencies would be in a row of their own. Any input would be greatly appreciated.

Attached is a sample output file of the problem.
0 Kudos
Message 2 of 3
(2,897 Views)
I have a simple example that does what it looks like you are trying to do. This example takes three different arrays of floating point number, cast them to strings, and writes them to a spreadsheet file.
0 Kudos
Message 3 of 3
(2,897 Views)