How to write data into an excel file but keep the original formatting?
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How can I write values into my excel file without changing the formatting that already exists. specifically I want to keep the cell formulas and cell colours unchanged. This is what I have so far but it wipes out all formatting:
writetable(ResultMtx,Result_File);
1 commentaire
Mathieu NOE
le 25 Août 2021
hello
have you tried to protect your excel file before your write into it from matlab ?
Réponses (1)
Image Analyst
le 25 Août 2021
Modifié(e) : Image Analyst
le 25 Août 2021
What release are you using? You forgot to enter it for some reason when you filled out the submission form. Yes that was a problem but I believe they fixed it now. Try release r2021a or later. If I recall correctly, it's no longer blowing away my formatting present in an already-existing workbook.
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!