Forum Discussion

FGomesDSI's avatar
FGomesDSI
Copper Contributor
Oct 10, 2022

Is it possible to export the result of a search from a sharepoint list to excel

If I perform a search on a sharepoint list using the sharepoint site's top search bar, how can I export the results to Excel or CSV?

 

5 Replies

  • FGomesDSI 

    OOTB this is not possible. We have therefore extended the search bar functionality with sort and filters and also included an export to CSV option. Example
    The custom search bar uses search rest api and the exported CSV contains the name, full URL and modified date. Which fields do you need?
    Who is going to use the functionality? end-users or administrators or ...
    If only administrators need it then PowerShell is also a pragmatic option.

      • Paul de Jong's avatar
        Paul de Jong
        Iron Contributor

        ESGWill2020 

        No, it is not a third party plugin search bar. It is part of an app that mimics File Explorer in a browser (link). The logic for the search bar (plus the sorting options and search filters, see example) can in principle be isolated and be included into a separate custom search bar App.

        The search REST API is rich in functionality and performance is awesome. This allows for building apps that simplify use of SharePoint.

    • FGomesDSI's avatar
      FGomesDSI
      Copper Contributor
      Hello,
      We would like our end-users to be able to perform a search for items from a sharepoint list and print those results. The columns would be the ones defined in the standard view. But we are looking for a free solution from Microsoft or some other company or sharepoint guru who wants to share their solution for free and get a big big thank you.

Resources