reading a special sheet of an EXCEL file with knowing the row numbers
1 view (last 30 days)
Show older comments
Hello, does anyone know how matlab can read a special sheet of an excel file without knowing row numbers of that sheet? for example one excel file have 150row and the other sheet has 500 rows.
0 Comments
Answers (1)
Image Analyst
on 2 Apr 2014
Simply use xlsread() or readtable(). No big deal - try it.
2 Comments
Image Analyst
on 2 Apr 2014
See my answer. They don't care how many rows or columns you have. Why do you think they do?
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!