How to use an Excel template for exporting data using Web Application?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Morteza
am 22 Okt. 2018
Bearbeitet: Kevin Chng
am 24 Okt. 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?
0 Kommentare
Akzeptierte Antwort
madhan ravi
am 22 Okt. 2018
xlswrite('myexcel.xls',datas)
Or
writetable('myexcel.xls',datas)
2 Kommentare
Kevin Chng
am 24 Okt. 2018
Bearbeitet: Kevin Chng
am 24 Okt. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!