フィルターのクリア

reading a .xls file

2 ビュー (過去 30 日間)
Thishan Dharshana Karandana Gamalathge
コメント済み: Walter Roberson 2018 年 6 月 15 日
when i try to read a .xls file it gives the following error. I do not see any difference in line 251. Length of the file is just about 2000 rows and 13 columns.
Error using xlsread (line 251) XLSREAD unable to read sheet '2017'. File contains unexpected record length. Try saving as Excel 98.
  9 件のコメント
Thishan Dharshana Karandana Gamalathge
I am not clear what either Guillaume and Walter say how to proceed with csv or readtable.
Walter Roberson
Walter Roberson 2018 年 6 月 15 日
T1 = readtable('fire_archive_M6_12734_T.xls', 'Sheet', 1);
T2 = readtable('fire_archive_M6_12734_T.xls', 'Sheet', 2);

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

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by