How do i read an excel file with differnt sheets in an easy way?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
studentdavid
el 2 de Jun. de 2016
Comentada: studentdavid
el 2 de Jun. de 2016
I need to structure up some execl files containing 4 diffrent sheets and i wondet how I in the most effective way does this.
0 comentarios
Respuesta aceptada
Walter Roberson
el 2 de Jun. de 2016
xlsinfo can be used to find the name of the sheets or the number of sheets. After that you loop reading one sheet at a time.
Or if you already know the names of the sheets, just make four xlsread() calls passing in the appropriate sheet information.
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!