Question about error triggered by 'xlsread'
1 回表示 (過去 30 日間)
古いコメントを表示
Dear all,
I have a question about 'xlsread' which is about reading excel files into MATLAB.
Recently, my boss changed the OS to Win7, and installed Office 2010 with MATLAB 2010a. However, 'xlsread' posed error message as below
??? Error: Object returned error code: 0x800AC472
Error in ==> xlsread at 241
Excel.DisplayAlerts = 0;
Previously, when the OS is Winxp with Office 2007, there was no problem in using 'xlsread'. Sometimes, there is no error message when exeucuting 'xlsread'. But in order to avoid the error message, what should I do?
I had referred to some post which suggest converting excel into csv and use csvread, but I do not want to use it as csvread cannot read the first line of string.
Thanks for your kind attention.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!