rewriting .xlsx template to new file
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello everyone,
I prepared a template (.xlsx-file), which I want to use and fill with information.
-> But I'd like the template to be unchanged and a new file with the information of the template + the new information created in my script.
-> Maybe in additon to that, is it possible that a window opens which allows the user to give this file a dedicated name?
Many many thanks in advance for your support on this!
Best regards!
0 commentaires
Réponses (1)
Théophane Dimier
le 9 Déc 2020
Modifié(e) : Théophane Dimier
le 9 Déc 2020
Hello!
If you want to keep the formatting unchanged, consider using an actxserver (see here) onto Excel. Then you can access all the functions of Microsoft to modify your file.
To have the complete list of available functions accessible: Microsoft documentation. A good solution for you would be to open your template, save it under the new name and then modify it (all the steps are in the demo).
Best !
0 commentaires
Voir également
Catégories
En savoir plus sur Spreadsheets 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!