How to import filtered excel sheet with readtable()?

I'm trying to read data into a Matlab table from Excel. There is an Excel sheet which has a filter on a column enabled. The readtable function, by default, reads only the filtered data (neglecting the rows that were filtered out).
Is there a way within the readtable() function call to import ALL rows within the spreadsheet (including the ones that have been filtered out in Excel)?
Thanks, NT

답변 (1개)

Sravya Pulavarthi
Sravya Pulavarthi 2021년 2월 12일

0 개 추천

Hi Nikhil, you should be able to import all rows of the spreadsheet with readtable by default even though some have been filtered in Excel.

댓글 수: 1

Hi @Sravya Pulavarthi, thanks, what if I want readtable to exclude all and import the filtered only?

댓글을 달려면 로그인하십시오.

카테고리

제품

질문:

2017년 4월 10일

댓글:

2021년 10월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by