Borrar filtros
Borrar filtros

Writing to an Excel Spreadsheet

8 visualizaciones (últimos 30 días)
Matt Brianik
Matt Brianik el 1 de Feb. de 2018
Comentada: Jingrui Ge el 25 de Feb. de 2020
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 comentario
Rik
Rik el 1 de Feb. de 2018
What is the syntax you are using?

Iniciar sesión para comentar.

Respuestas (1)

Matt Brianik
Matt Brianik el 1 de Feb. de 2018
xlswrite('TESTTESTTEST',Compound_Identifier,'MDL Sheet','B1')
  6 comentarios
Rik
Rik el 10 de Jul. de 2019
Have you read the documentation for this function?
Jingrui Ge
Jingrui Ge el 25 de Feb. de 2020
Thanks Walter, that totally works

Iniciar sesión para comentar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by