Readtable for excel workbook file
6 ビュー (過去 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!