Forum Discussion
Autoamate the sharepoint export button without using power automate
GaryLin30 What do you mean by "automating the export to excel button" in SharePoint lists?
Are you trying to customize the functionality for any specific requirements? Unfortunately, there is no way to customize the functionality of this out of the box button in SharePoint lists. You can only rename orc show/hide it using JSON formatting, nothing else.
If you want completely customized export to excel button on SharePoint lists, you can develop it using SPFx ListView command set extension.
Here's one SPFx sample for same which might help you to get started with: SPFx Export Selected Items to Excel - ListView Command Set
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.