Exporting to excel - xlswrite error

I'm trying to export the data in xlsx format, but I get a csv file instead.
I get the following error when I try to export a table onto Excel:
Warning: Could not start Excel server for export.
XLSWRITE will attempt to write file in CSV format.
Two things I've looked into:
  1. I have 64-bit Matlab and 32-bit Excel 2016. EDIT: I have a PC
  2. I've tried inputting this code before everything:
actxcontrollist
Excel = actxGetRunningServer('Excel.Application');
Excel = actxserver('Excel.Application')
Even though the error no longer appears, the data still doesn't update in the xlsx format.

1 件のコメント

madhan ravi
madhan ravi 2018 年 10 月 12 日
See my answer below especially the link.

サインインしてコメントする。

回答 (1 件)

madhan ravi
madhan ravi 2018 年 10 月 12 日
編集済み: madhan ravi 2018 年 10 月 12 日

0 投票

質問済み:

2018 年 10 月 12 日

コメント済み:

2018 年 10 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by