Error using xlsread. Worksheet not found
Afficher commentaires plus anciens
Warning: Could not start Excel server for import, 'basic' mode will be used. Refer to HELP XLSREAD for more information.
> In xlsread (line 195)
In realdata (line 59)
Error using xlsread (line 257)
Worksheet 'Sheet2' not found.
Error in realdata (line 59)
On_Fl_stg1 = xlsread ('write.xlsx','Sheet2','A2:A4027');
Can someone please help me with this. I am using MATLAB 2019a, and it is unable to read my excel data from 'Sheet2' (the name of worksheet).
However, when I change the name in excel and accordingly in MATLAB code, it works for the 1st time but then again gives the same error on multiple runs.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!