05-21-2009 06:54 AM
I have both string and numerical data that I want to Write to a Spreadsheet.vi. I converted all the numerics to strings and put them in the string array. I now what to write the string array into the Write to Spreadsheet.vi (.xls file) bit that vi only allows 1D or 2D data.
Thanks
05-21-2009 07:00 AM
Convert your numeric data to string.
Build an array of all strings
Format array into spreadsheet: Format specifier is %s for strings.
Write Characters to File.
Felix
05-21-2009 07:14 AM
05-21-2009 07:25 AM
05-21-2009 07:32 AM