11-12-2014 08:24 AM
Hi,
I am trying to get this array of strings into numbers, from the attached file. I just need that table of values from the file.
Any help?
Solved! Go to Solution.
11-12-2014 08:44 AM - edited 11-12-2014 08:44 AM
You cannot directly read a file saved in the Excel format. You need to save the spreadsheet as a tab delimited text file. And after that, there are some minor tweaks that can be made to your VI to get what you want.
11-12-2014 08:55 AM
Perfect!
Thanks a lot.
11-12-2014 11:01 AM
Oh, and it's not an Excel spreadsheet, so don't name it *.xls. Use *.txt instead. It's a text file. *xls will fool a computer that doesn't have Excel into thinking it cannot read it, when it is actually perfectly readable with notepad.
12-03-2014 12:51 PM
Bill;
If I may ask a follow up question: I have a table of numbers much like the above section. How can I extract the values from, for instance, the first column, first row and first column third row? I've got a string of tab delimited information, I can get it into a chart, but I cant seem to find a way to retrieve (just) the first and third value.
i appreicate your thoughts.
12-03-2014 12:55 PM
Index Array