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!