Info

此问题已关闭。 请重新打开它进行编辑或回答。

I'm unable to access data using xlsread

1 次查看(过去 30 天)
sherry holmes
sherry holmes 2018-2-8
关闭: MATLAB Answer Bot 2021-8-20
w=xlsread("data.xlsx",1,g9:g345");
  5 个评论
Aletta Wilbrink
Aletta Wilbrink 2018-2-8
Is the name sheet1 spelled correctly? Maybe you have an capital s or a space somewhere
Walter Roberson
Walter Roberson 2018-2-8
[status, sheetnames] = xlsinfo('EIG_Battery.xlsx');
will return the sheet names in the second output.

回答(1 个)

Abhinav
Abhinav 2018-2-8
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.

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by