readtable error "Sheet name does not exist or is not supported"

55 ビュー (過去 30 日間)
JFz
JFz 2018 年 7 月 12 日
コメント済み: honggildong 2021 年 6 月 30 日
Hi,
I use readtable all the time but never had this error until today: "Sheet name does not exist or is not supported, To check if the sheet is supported, specify the sheet by its worksheet index." Here is the way I am using it:
a = readtable(filename, 'sheet', sheetname);
If I just do a = readtable(filename), there is no error and the output a is a table with the first sheet. If I use an index, it works as well:
a = readtable(filename, 'sheet', 1);
But I need to use sheetname in this case.
What is wrong here?
Thanks for any help!
  2 件のコメント
Walter Roberson
Walter Roberson 2018 年 7 月 12 日
What is the name of the sheet in this case?
What does xlsinfo report as the available sheet names?
Meg Glade
Meg Glade 2018 年 7 月 12 日
Do you mind sharing the exact call you are making to readtable (with filename and sheetname filled in)?

サインインしてコメントする。

採用された回答

JFz
JFz 2018 年 7 月 12 日
Thanks for the help. I just fixed it! Some the date format in the sheet is not readable in Matlab. I changed the Date format in the Excel file and now it is working.
  1 件のコメント
honggildong
honggildong 2021 年 6 月 30 日
I have the exact same issue. Could you maybe explain your solution further?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by