what is meant by this error" Dispatch Exception"?
조회 수: 2 (최근 30일)
이전 댓글 표시
Invoke Error, Dispatch Exception
when i running a code to open a excel sheet it gives me this error
Invoke Error, Dispatch Exception: خارج النطاق الحالي.
Error in xlsreadCOM (line 64)
rawData = DataRange.Value;
Error in xlsread (line 230)
[numericData, textData, rawData, customOutput] = xlsreadCOM(file, sheet, range,
Excel, customFun);
Error in data2222 (line 4)
[ndata1 text1 alldata1] = xlsread('extract2006.xlsx','foidev2006');
what does this mean & how i can solve?
댓글 수: 1
답변 (1개)
Ken Atwell
2015년 5월 19일
That error is coming from Excel. Try basic mode:
xlsread('extract2006.xlsx','foidev2006','','basic')
Does this fare any better?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!