How can I read Excel ?
3 次查看(过去 30 天)
显示 更早的评论
Hi, I have really simple Problem. I would like to read Excel data but the code
% [num, txt, raw] = xlsread(fullFileName ,sheet,xlRange);
does not work in this case. Because I would like to read xlsm data. I save this file as a xlsx however I could not read it too. I recieve always this error message:
Invoke Error, Dispatch Exception:
Source: Microsoft Excel
Description: Die Open-Methode des Workbooks-Objektes konnte nicht
ausgeführt werden.
Help File: xlmain11.chm
Help Context ID: 0
Could u please advice me a solution ?
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!