Access Excel-File stored in Microsoft OneDrive
22 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sebastian Stumpf
am 9 Feb. 2024
Kommentiert: Sebastian Stumpf
am 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 Kommentare
Dyuman Joshi
am 9 Feb. 2024
Could you share the file or the link to it?
Also, please share what the expected output is.
Akzeptierte Antwort
Walter Roberson
am 9 Feb. 2024
You need to first use websave() or urlread() to read the contents of the file into local memory.
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!