Hi everyone,
I am quite new to labview and I was thinking of how I can make a project that will write to excel from labview. I do not want to write an entire string, rather when I receive a name and values, I want to search in the file for that name and add the values in. So if I have a file with the following format,
Country Name Age Height
Canada x
US y
And if I send a command like (X, 19, 70)
The file should be changed to
Country Name Age Height
Canada x 19 70
US y
That is my first option. I was also thinking that if the first option is too hard to achieve, I could also have something like
Country Name Age Height
And send command like (Canada, X, 19, 70), and append data to the file. So for each time, I have to concatenate the string with unnecessary values but that could make my life easier.
I am quite new to labview and I do not have a vi to show. My project is still in the designing phase in my mind. I do not want to use any AcitveX or report toolkit. I am using labview 8.0 in windows 10. Any help is greatly appreciated.
Thanks,
Kaawn