Access Excel-File stored in Microsoft OneDrive
22 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sebastian Stumpf
il 9 Feb 2024
Commentato: Sebastian Stumpf
il 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 Commenti
Dyuman Joshi
il 9 Feb 2024
Could you share the file or the link to it?
Also, please share what the expected output is.
Risposta accettata
Walter Roberson
il 9 Feb 2024
You need to first use websave() or urlread() to read the contents of the file into local memory.
4 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Spreadsheets in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!