How can I import an excel workbook's SHEET TITLE?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
Jeremy
am 22 Jun. 2015
use the xlsfinfo function to read the names of all the sheets in an excel file.
1 Kommentar
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!