Import excel sheet column to drop down component fields
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!