Import excel sheet column to drop down component fields

9 ビュー (過去 30 日間)
Dhananjay Singh
Dhananjay Singh 2021 年 10 月 28 日
回答済み: KSSV 2021 年 10 月 28 日
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.

採用された回答

KSSV
KSSV 2021 年 10 月 28 日
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 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by