How do i read an excel file with differnt sheets in an easy way?
1 回表示 (過去 30 日間)
古いコメントを表示
I need to structure up some execl files containing 4 diffrent sheets and i wondet how I in the most effective way does this.
0 件のコメント
採用された回答
Walter Roberson
2016 年 6 月 2 日
xlsinfo can be used to find the name of the sheets or the number of sheets. After that you loop reading one sheet at a time.
Or if you already know the names of the sheets, just make four xlsread() calls passing in the appropriate sheet information.
その他の回答 (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!