From matlab I wish to read only the first row from an excel sheet but do not know the number of columns in the sheet. i.e I want to do the equivalent of
filename = 'myExample.xlsx';
columnB = xlsread(filename,'B:B') .
Would be grateful to know the method.
should do it.