Forum Discussion
Cannot disable [Export to Excel] feature
Thank you for your response! It's SPO.
- Sundar ArunachalamDec 03, 2018Copper Contributor
Tobey Davies wrote:Thank you for your response! It's SPO.
Hi Tobey,Create a custom permission level with required list permissions. Under "Site Permissions" disable the following options:
a) Use Remote Interfaces - Use SOAP, Web DAV, the Client Object Model or SharePoint Designer interfaces to access the Web site.
b) Use Client Integration Features - Use features which launch client applications. Without this permission, users will have to work on documents locally and upload their changes.Assign this custom permission to the group which does not require "Export to Excel" option.
For the list or library go to > Library Settings > Advanced Settings > Display this list using the new or classic experience? - select Classic experience.
Even with custom permissions, the new experience has an option "Export to Excel" enabled. Hence the above step in Library settings.
By the way, this also disables, "Open with Explorer" option.
Trust this helps
- jikinn_Nov 18, 2020Copper Contributor
Sundar Arunachalam I tried this today (SP Online), and when I tested, I couldn't get to the list at all. Site-yes, list-no. I tried again, re-enabling "Use Remote Interfaces," but I still couldn't access the list. I see that I can't select only "Use Client Integration Features" because when I deselect "Use Remote Interfaces," "Use Client Integration Features" automatically deselects as well.
I realize this conversation took place a couple of years ago, but if you have any additional suggestions, I'd really appreciate it.
- jikinn_Nov 18, 2020Copper Contributor
@Sundar Arunachalam I think I figured this out!
- I created a new permission level, following the steps in your post and called it Read Only - No Download.
- For our site, everyone who has access to the site is in the Visitors group. I created a new SP group called Visitors - No Download and assigned it the new Read Only - No Download permission level.
- I copied all of the names from the Visitors group to the Visitors - No Download group (so everyone is in both groups).
- I went to the permissions for the LIST, broke inheritance, and removed the Visitors group. So the new Visitors - No Download group has access to the list, but the Visitors group does not.
Result:
- My name is in BOTH groups.
- When I tested, I COULD get to the list, and the Export to Excel command is NOT on the Command bar on the list page (see attached graphic).
If I find out anything else of interest, or if I find that this is somehow not working, I'll reply again. Thanks for your help!
- Dec 13, 2017Mmm...well, by using permissions you cannot enable / disable the Export to Excel option. The only option to disable the option is by means of some programming so you can program a piece of code that disable the option for this library
- Tobey DaviesDec 15, 2017Brass Contributor
Permission can control Export to Excel feature.
I have found this is Limited Access's problem...- Sherine NouhJun 09, 2018Former Employee
Hello Tobey,
I am facing the same problem. Were you able to find a solution?