LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want an appended array (of Strings) to write to an excel file.

I have 3 data inputs. A reading from an input output card, time and date. I turned all 3 into strings and I can't get them into excel. I'm using the 6.1 version of LabView. I'm trying to use an appended array. I'm using the write Character to spreadsheet. but still no luck.
0 Kudos
Message 1 of 2
(2,521 Views)
There are two things that need to be fixed.
1. You state that you are "using the Write Character to spreadsheet", but your code shows the "write to spreadsheet file" which requires an array of numbers. You need to replace it with the "Write Characters to File" which will take only a single string.
2. Insert Array to Spreadsheet String to convert the array of strings into a single string. Specify a format of %s.

Michael Munroe
Certified LabVIEW Developer
ABCDEF
Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.1, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
Message 2 of 2
(2,521 Views)