[data, text] = xlsread(filename,...);
EDIT
To convert cellstrings dates of the format yyyyq# into numeric representation, use:
datenum(text(:,1),'yyyyQQ')
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!