I am using writetable for exporting the workspace variables into excel sheet
Show older comments
I have a excel template in which I export the matlab workspace variables
I am using this code --> writematrix(variables_1,'result.xlsx','Sheet',1,'Range','B2');
After extraction the file changes its column width which I fixed earlier as a template
Answers (1)
dpb
on 13 Apr 2023
1 vote
Read the rest of the doc, specifically the <named parameters for spreadsheets only> section, you'll be particularly interested in AutoFitWidth — Automatically adjust column width
true (default) | false
1 Comment
Saravanakumar
on 1 Jun 2024
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!