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!