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!

