Approaches we have to hide or disable the Export functionality inside SharePoint online custom list?

john john 1,021 Reputation points
2022-01-19T23:49:48.207+00:00

We have a custom list inside our SharePoint online modern communication site. And our customer wants to hide or disable the Export option, to prevent users from exporting all the data and misuse it by mistake.

166540-export.png

So what are the approaches we have to disable or hide the export option inside our custom list? If the above is possible then can we also do the following: -

Can this be done to one custom list only?

Can we prevent the export for user Read-Only permission while allow it if the user have contribute permission or more?

Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Accepted answer
  1. JoyZ 18,111 Reputation points
    2022-01-20T06:06:08.217+00:00

    @john john ,

    Per my test, Custom Permission Level without Client Integration Features can not use the export function, so we can do this based on permissions and custom list only.
    166671-image.png

    Go to the list settings>Stop inheriting permission, then grant ReadWithoutClient permission to specific user as shown below:

    167136-image.png

    167195-image.png

    After that, the user will not able to see export button in custom list:

    167185-image.png

    Of course, ContributeWithoutClient or more(such as FullControlWithoutClient)also cannot use the export option.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Yehuda Vansover 0 Reputation points
    2024-03-18T12:47:50.3766667+00:00

    Is is working for Excel but not for Export to Power BI...

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.