Readtable for excel workbook file
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (1)
Cris LaPierre
le 12 Fév 2021
Modifié(e) : Cris LaPierre
le 12 Fév 2021
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 commentaires
Cris LaPierre
le 2 Fév 2022
Modifié(e) : Cris LaPierre
le 2 Fév 2022
Not with readtable. You are asking about ActiveX syntax. For that, see this example and this Answers post.
Voir également
Catégories
En savoir plus sur Spreadsheets dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!