How can I import an excel workbook's SHEET TITLE?
이전 댓글 표시
I am writing a program by importing data from an excel workbook and the final result is a figure for each sheet. I am using a for loop to generate all the figures and will like to use each sheet's name as the figure's title and file name. Is there a way I can connect both?
답변 (1개)
Jeremy
2015년 6월 22일
0 개 추천
use the xlsfinfo function to read the names of all the sheets in an excel file.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!