フィルターのクリア

How to use an Excel template for exporting data using Web Application?

6 ビュー (過去 30 日間)
Morteza
Morteza 2018 年 10 月 22 日
編集済み: Kevin Chng 2018 年 10 月 24 日
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?

採用された回答

madhan ravi
madhan ravi 2018 年 10 月 22 日
xlswrite('myexcel.xls',datas)
Or
writetable('myexcel.xls',datas)
  2 件のコメント
Morteza
Morteza 2018 年 10 月 22 日
The template file 'myexcel.xls' should be on server and how can I address that?
Kevin Chng
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 ExchangeData Import from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by