03-22-2011 04:58 AM
Hi,
I am reading a 2-D array of data on an excel spreadsheet. Currently I only have the readings on the spreadsheet. Ideally I would like to have a time column in the spreadsheet as well and also the ability to add column name to each column of data read in the spreadsheet. Is there any way through which I can do this? I have added an image of the wiring I am doing for my interface below.
Thanks,
Rohit
03-22-2011 05:05 AM
YOu can select an instance from the "read from spreadsheet" => string like here
That way you can read any value which is on your spreadsheet, just as the columnheaders that you enter
Afterwards you can delete the headers from the 2-D array and transform your data to doubles.
03-22-2011 07:33 AM
03-22-2011 09:55 AM
Attached is how I save data and time stamp to a csv file.
The header information is on the far left, before the loop.
It's probably considered an "Old School" way of doing things.
Let me know if this helps.
Bill