Access Excel-File stored in Microsoft OneDrive
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sebastian Stumpf
el 9 de Feb. de 2024
Comentada: Sebastian Stumpf
el 12 de Abr. de 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 comentarios
Dyuman Joshi
el 9 de Feb. de 2024
Could you share the file or the link to it?
Also, please share what the expected output is.
Respuesta aceptada
Walter Roberson
el 9 de Feb. de 2024
You need to first use websave() or urlread() to read the contents of the file into local memory.
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!