フィルターのクリア

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