"Export to Excel" button on Sharepoint List

Copper Contributor

How can I hide or disable the "Export to Excel" button on Sharepoint List>

3 Replies
Unfortunately, you cannot hide it

@Hazman 

Actually you can do it by simply using CSS:

<style>
#Ribbon\.List\.Actions\.ExportToSpreadsheet-Large{
display:none !important;
}
</style>

@DuarteS not in the modern experience you can't! You can't add custom CSS!

 

Rob
Los Gallardos
Microsoft Power Automate Community Super User