필터 지우기
필터 지우기

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.

조회 수: 1 (최근 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?

답변 (1개)

Kirby Fears
Kirby Fears 2015년 9월 23일
편집: Kirby Fears 2015년 9월 23일
Information you might want to include:
  1. What version of Matlab are you running? (e.g. 2015b)
  2. Do you have Excel installed on your computer? This is necessary for writing to Excel formatted files.
  3. Are you using Windows, Mac, or Linux?
In any case, you could do as the error suggested and save to another file type.
writetable(w1,'sample2.csv')

카테고리

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