reading a special sheet of an EXCEL file with knowing the row numbers

1 次查看(过去 30 天)
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.

回答(1 个)

Image Analyst
Image Analyst 2014-4-2
Simply use xlsread() or readtable(). No big deal - try it.
  2 个评论
Yogesh Babu
Yogesh Babu 2014-4-2
hello, I am interested in importing excel with unknown Rows and columns.for example in one excel i will have data for 100 columns and in some other excel file i have 50 columns how to write condition for unknown ranges.
Image Analyst
Image Analyst 2014-4-2
See my answer. They don't care how many rows or columns you have. Why do you think they do?

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by