Import excel sheet column to drop down component fields
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am making an app on app designer and want to add a button such that the dropdown component fields are taken from the excel sheet and updated and not manually enter the fields in design view.
0 Commenti
Risposta accettata
KSSV
il 28 Ott 2021
You can load the excel file using readtable. This will give you a table with column names as the naems given in excel file.
T = readtable('myfile.xlsx') ;
T.properties
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!