search through an excel file, and save sheet and cells as variables
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
avram alter
am 28 Jan. 2020
Beantwortet: avram alter
am 29 Jan. 2020
I have an excel file that wil have up to 15 sheets in it. I have added a small example here that demonstrates what it looks like. basically, each sheet has 4x8 cells filled with an alphanumeric codes, with no codes repeating. Is there a way to enter one of the codes, and then matlab will search through the excel file, returning the sheet name and row to be saved in a variable?
for example, in the file I added here, Sheet2, row 4 begins with qwwj8434. for example
code = input('please enter code: ', 's');
>> qwwj8434
Sheet_name = Sheet2
Row_name = 4
I would specifically just be looking for the first code per row, if that helps at all.
Any help would be much appreciated.
2 Kommentare
Mohammad Sami
am 29 Jan. 2020
The data needs to be loaded into Matlab first, before you can actually search the string you are looking for.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!