Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
I'm unable to access data using xlsread
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
w=xlsread("data.xlsx",1,g9:g345");
5 Kommentare
Aletta Wilbrink
am 8 Feb. 2018
Is the name sheet1 spelled correctly? Maybe you have an capital s or a space somewhere
Walter Roberson
am 8 Feb. 2018
[status, sheetnames] = xlsinfo('EIG_Battery.xlsx');
will return the sheet names in the second output.
Antworten (1)
Abhinav
am 8 Feb. 2018
You need to use the exact name of sheet. This is case sensitive. For e.g. if sheet name in excel workbook is Sheet1, then in function you should type Sheet1, not sheet1.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!