Forum Discussion
cham
7 years agoPost Patron
Get 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
7 years agoSuper User
Hi 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
7 years agoPost Patron
Thank you so much.