Access Excel-File stored in Microsoft OneDrive
22 views (last 30 days)
Show older comments
Sebastian Stumpf
on 9 Feb 2024
Commented: Sebastian Stumpf
on 12 Apr 2024
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 Comments
Dyuman Joshi
on 9 Feb 2024
Could you share the file or the link to it?
Also, please share what the expected output is.
Accepted Answer
Walter Roberson
on 9 Feb 2024
You need to first use websave() or urlread() to read the contents of the file into local memory.
4 Comments
More Answers (0)
See Also
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!