fprintf a cell array
显示 更早的评论
I have a cell array with columns of different lengths.
I want to fprintf each column into different columns in excel.
Please help thanks.
6 个评论
Simon Chan
2021-7-18
Did you try to use function writecell?
HYZ
2021-7-18
Simon Chan
2021-7-18
Walter Roberson
2021-7-18
Simon is correct: xls and xlsx files do not permit that many columns.
HYZ
2021-7-18
Walter Roberson
2021-7-18
Referring to the official Microsoft documentation:
Total number of rows and columns on a worksheet
1,048,576 rows by 16,384 columns
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!