Effacer les filtres
Effacer les filtres

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

6 vues (au cours des 30 derniers jours)
Morteza
Morteza le 22 Oct 2018
Modifié(e) : Kevin Chng le 24 Oct 2018
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?

Réponse acceptée

madhan ravi
madhan ravi le 22 Oct 2018
xlswrite('myexcel.xls',datas)
Or
writetable('myexcel.xls',datas)
  2 commentaires
Morteza
Morteza le 22 Oct 2018
The template file 'myexcel.xls' should be on server and how can I address that?
Kevin Chng
Kevin Chng le 24 Oct 2018
Modifié(e) : Kevin Chng le 24 Oct 2018
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Import from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by