- What version of Matlab are you running? (e.g. 2015b)
- Do you have Excel installed on your computer? This is necessary for writing to Excel formatted files.
- Are you using Windows, Mac, or Linux?
how to write excel spreadsheet from table?- Error using writetable (line 116) Could not start Excel server for export. Export to a text file instead.
4 次查看(过去 30 天)
显示 更早的评论
I get this error:
(Error using writetable (line 116) Could not start Excel server for export. Export to a text file instead.)
when trying to export table to excel... please help !!
i have the table in my workspace, and then typed:
writetable(w1,'sample2.xls') %where table name = w1
do i need to add more information?
0 个评论
回答(1 个)
Kirby Fears
2015-9-23
编辑:Kirby Fears
2015-9-23
Information you might want to include:
In any case, you could do as the error suggested and save to another file type.
writetable(w1,'sample2.csv')
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!