Basic Mode :If microsoft Excel is not installed
=============================
1. Excel file must be saved in win95 format. 97/98/2000 may not work.
2. Can not read range. Read whole file.
% or read the first sheet
---------------------------------------
all = xlsread( 'filename' );
% or read the specified sheet
---------------------------------
all = xlsread( 'filename','sheetname','' , 'basic' )
=============================
1. Excel file must be saved in win95 format. 97/98/2000 may not work.
2. Can not read range. Read whole file.
% or read the first sheet
---------------------------------------
all = xlsread( 'filename' );
% or read the specified sheet
---------------------------------
all = xlsread( 'filename','sheetname','' , 'basic' )
Comments
Post a Comment