fprintf a cell array
Afficher commentaires plus anciens
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 commentaires
Simon Chan
le 18 Juil 2021
Did you try to use function writecell?
HYZ
le 18 Juil 2021
Simon Chan
le 18 Juil 2021
Walter Roberson
le 18 Juil 2021
Simon is correct: xls and xlsx files do not permit that many columns.
HYZ
le 18 Juil 2021
Walter Roberson
le 18 Juil 2021
Referring to the official Microsoft documentation:
Total number of rows and columns on a worksheet
1,048,576 rows by 16,384 columns
Réponses (0)
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!