フィルターのクリア

Writing to an Excel Spreadsheet

8 ビュー (過去 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 Center および File ExchangeSpreadsheets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by