필터 지우기
필터 지우기

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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by