Unable to read data from my excel file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Prajwal Venkatesh
le 19 Jan 2020
Commenté : Walter Roberson
le 19 Jan 2020
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
3 commentaires
Walter Roberson
le 19 Jan 2020
I suggest adding import options to force the expected headers and columns.
Réponse acceptée
Plus de réponses (0)
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!