Filter löschen
Filter löschen

Import excel sheet column to drop down component fields

2 Ansichten (letzte 30 Tage)
Dhananjay Singh
Dhananjay Singh am 28 Okt. 2021
Beantwortet: KSSV am 28 Okt. 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.

Akzeptierte Antwort

KSSV
KSSV am 28 Okt. 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

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer 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!

Translated by