How to write data into an excel file but keep the original formatting?
18 次查看(过去 30 天)
显示 更早的评论
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 个评论
Mathieu NOE
2021-8-25
hello
have you tried to protect your excel file before your write into it from matlab ?
回答(1 个)
Image Analyst
2021-8-25
编辑:Image Analyst
2021-8-25
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!