Readtable for excel workbook file
조회 수: 2 (최근 30일)
이전 댓글 표시
What command can I use to read an excel workbook(xlsx) file as a table into MATLAB?Also, how do I skip the first 5 rows of the workbook as Headerlines?
답변 (1개)
Cris LaPierre
2021년 2월 12일
편집: Cris LaPierre
2021년 2월 12일
Also look at the Name-Value pair arguments for readtable. Note that, for Spreadsheet files, only these parameter names apply: FileType, ReadVariableNames, ReadRowNames, TreatAsEmpty, DatetimeType, Sheet, Range, UseExcel, and TextType.
댓글 수: 4
Cris LaPierre
2022년 2월 2일
편집: Cris LaPierre
2022년 2월 2일
Not with readtable. You are asking about ActiveX syntax. For that, see this example and this Answers post.
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!