Writing to an Excel Spreadsheet

조회 수: 7 (최근 30일)
Matt Brianik
Matt Brianik 2018년 2월 1일
댓글: Jingrui Ge 2020년 2월 25일
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
Rik
Rik 2018년 2월 1일
What is the syntax you are using?

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt Brianik
Matt Brianik 2018년 2월 1일
xlswrite('TESTTESTTEST',Compound_Identifier,'MDL Sheet','B1')
  댓글 수: 6
Rik
Rik 2019년 7월 10일
Have you read the documentation for this function?
Jingrui Ge
Jingrui Ge 2020년 2월 25일
Thanks Walter, that totally works

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by