How to use an Excel template for exporting data using Web Application?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I deployed a web application by using appdesigner and I want to export data to an Excel file in a specific format. How should I use a template Excel file to write data?
댓글 수: 0
채택된 답변
madhan ravi
2018년 10월 22일
xlswrite('myexcel.xls',datas)
Or
writetable('myexcel.xls',datas)
댓글 수: 2
Kevin Chng
2018년 10월 24일
편집: Kevin Chng
2018년 10월 24일
uiputfile(). However, it is only supported by 2018b. if you use MATLAB before 2018b, you have to ensure the user have access to the file you stored in server.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!