LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read speadsheet

I've created a spreadsheet by writing a series of string with "write character to file". I've put spaces between elements of each string to differenciate the different data. Now I would like to extract each column of string. How can I do that? I tried with readfile but I don't know what kind of format I should entered.
Thank you for your interest
0 Kudos
Message 1 of 2
(2,357 Views)
1. Read the File by Read Characters from File.vi.
2.Connect the String output to Index Array, and then supply the row and column index to access the required column.
3.If reqd, use Transpose Array also.

Hope this helps you !
0 Kudos
Message 2 of 2
(2,357 Views)