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!