Error : xlswrite() 'Interface.Microsoft_Excel_12.0_Object_Library.Range'
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I just simply copied the example regarding xlswrite(). But I got the following error . Please advise how I could solve it.
Thanks Jessica
xlswrite('testdata.xls', [12.7, 5.02, -98, 63.9, 0, -.2, 56])
Error using xlswrite (line 220)
Excel returned: Undefined function 'Select' for input arguments of type 'Interface.Microsoft_Excel_12.0_Object_Library.Range'..
댓글 수: 0
채택된 답변
Thulasi Durai Durai Samy
2012년 7월 6일
The command actually accepts in the form which you have written, may be check testdata.xls already open or check excel server which matlab invokes it
댓글 수: 0
추가 답변 (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!