Effacer les filtres
Effacer les filtres

Import excel sheet column to drop down component fields

2 vues (au cours des 30 derniers jours)
Dhananjay Singh
Dhananjay Singh le 28 Oct 2021
Réponse apportée : KSSV le 28 Oct 2021
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.

Réponse acceptée

KSSV
KSSV le 28 Oct 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

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by