Access Excel-File stored in Microsoft OneDrive
23 次查看(过去 30 天)
显示 更早的评论
Hello all,
I have an Excel-File which is stored in Microsoft OneDrive, but no locally. I have the web-link which leads to the Excel-File. How can I access and store the data in my Matlab Workspace?
xlsread is not working and also websave does not do what I want.
Which code or function may help me to achieve this?
I am using matlab R2023b.
Thank you very much for your help.
Kind regards,
Sebastian
4 个评论
Dyuman Joshi
2024-2-9
Could you share the file or the link to it?
Also, please share what the expected output is.
采纳的回答
Walter Roberson
2024-2-9
You need to first use websave() or urlread() to read the contents of the file into local memory.
更多回答(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!