How to import filtered excel sheet with readtable()?
Afficher commentaires plus anciens
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
Réponses (1)
Sravya Pulavarthi
le 12 Fév 2021
0 votes
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 commentaire
AHMED FAKHRI
le 21 Oct 2021
Hi @Sravya Pulavarthi, thanks, what if I want readtable to exclude all and import the filtered only?
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!