MATLAB: Importing data from excel to Matlab

excel datahuge dataimporting

I am trying to import data from excel files I have used xlsread function but here comes the problem, i can load Maximum 900 data.but i have 30000 data.
a = [ xlsread('C:\Users\Documents\MATLAB\dataname')];
Related Question