Searching particular string in an excel spreadsheet
Mostra commenti meno recenti
What are the options other than 'Range.Find' to search for a string in a spreadsheet? Am using actxserver('Excel.Application'). 'Range.Find' does not help since it start to look from first letter of the string and stops there. For ex. am looking for a string 'Jimmy'. Find would look everything row by row starting with J. if it finds 'John' it shall stop right there. How to make it look for complete string?
Risposta accettata
Più risposte (1)
Image Analyst
il 6 Apr 2018
0 voti
How about hauling it into MATLAB with xlsread() and search each cell for the string with strfind()?
1 Commento
Ghenji
il 6 Apr 2018
Categorie
Scopri di più su Spreadsheets in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!