Forum Discussion
cham
Post Patron
7 years agoGet Excel sheet data from SharePoint
Hi, I want to get Excel data from SharePoint. How can I get that? I have Excel sheet uploaded into SharePoint. I choose get data and select web and enter the URL of the Excel sheet which is ...
MFelix
Super User
7 years agoHi cham,
Did you made the copy of the Web link from sharepoint?
If yes be aware that in the end of the file there are some characters you need to take out. Delete all characters after the xlsx should be after a "?".
Regards,
MFelix
Did you made the copy of the Web link from sharepoint?
If yes be aware that in the end of the file there are some characters you need to take out. Delete all characters after the xlsx should be after a "?".
Regards,
MFelix
cham
Post Patron
7 years agoThank you so much.