Attached is the Excel file.
Here is the code I use to read values out of the Excel file:
T1 = readtable ('test.xlsx');
Unfortunately, the strings are now stored as NaN in the variable T1.
I have many such files. Sometimes, this column could be all numerical, sometimes, all strings, and sometimes a mix.
Thanks.
1 Comment
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/674688-how-to-read-out-the-strings-from-this-excel-file#comment_1178878
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/674688-how-to-read-out-the-strings-from-this-excel-file#comment_1178878
Sign in to comment.