Writing to an Excel Spreadsheet
Afficher commentaires plus anciens
I keep getting this error:
The specified data range is invalid or too large to write to the specified file format. _ _ Try writing to an XLSX file and use Excel A1 notation f or the range argument, for example, ‘A1:D4’.
I only have 1000 rows and 30 columns of Data but it says I should try writing to an XLSX spreadsheet and not an XLS spreadsheet. How do I do this, Currently I'm using "XLSWRITE"?
1 commentaire
Rik
le 1 Fév 2018
What is the syntax you are using?
Réponses (1)
Matt Brianik
le 1 Fév 2018
0 votes
6 commentaires
Walter Roberson
le 1 Fév 2018
Try with 'TESTTESTTEST.xlsx'
ayesha abbassi
le 7 Fév 2019
it works in my case.. :)
Gaurav Kumar
le 20 Avr 2019
Thanks a lot. Worked for me as well.
farzad
le 10 Juil 2019
why should we use this command ? and when ? what does it do ?
Rik
le 10 Juil 2019
Have you read the documentation for this function?
Jingrui Ge
le 25 Fév 2020
Thanks Walter, that totally works
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!