Unable to read data from my excel file
조회 수: 1 (최근 30일)
이전 댓글 표시
for i=1:nfiles
datafi{i} = readtable(fullfile(testfiledir, matfiles(i).name));
end
I am reading certain excel files in my folder and certain files are read and certain files no information is read.
I get a blank table for certain excel files.
below picture shows the data that has been read from the excel file, while in the actual excel file there is a lot more information![Screenshot (293).png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/262420/Screenshot%20(293).png)
![Screenshot (293).png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/262420/Screenshot%20(293).png)
![Screenshot (292).png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/262421/Screenshot%20(292).png)
댓글 수: 3
Walter Roberson
2020년 1월 19일
I suggest adding import options to force the expected headers and columns.
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!