Writematrix without autofi column width
조회 수: 11 (최근 30일)
이전 댓글 표시
When I use writematrix to paste a matrix into an Excel file, the column widths are then adjusted to autofit the length of the pasted matrix. Is there a way to prevent this from happening, i.e., to retain the original Excel column width prior to pasting?
댓글 수: 0
채택된 답변
Walter Roberson
2019년 6월 6일
No, not using writematrix() . The widths are controlled by metadata about the cells that writematrix() makes no attempt to control.
In order to control the widths, you would need to be using MS Windows with Excel installed, and you would have to use activex to connect to excel and give it commands to control the cell formatting.
댓글 수: 0
추가 답변 (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!