reading a special sheet of an EXCEL file with knowing the row numbers
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.
Answers (1)
Image Analyst
on 2 Apr 2014
0 votes
Simply use xlsread() or readtable(). No big deal - try it.
2 Comments
Yogesh Babu
on 2 Apr 2014
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?
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!