IĀ need a functionality to export search results to Excel for SharePoint. I’ve researched a lot and found many answers though no blog provides end to end solution. Best I could find is: Catch search object that’s returned and work on it. I’m not sure how to proceed on it. Also, is it possible to make a generic App which when added, will provide a button to export to excel option?
I’ve a CT whichĀ targets multiple lists. So, only managed properties will be exported.
The answer depends on your version of SharePoint.
You could try to make sure the SharePoint search results come back as an XML and suck themĀ into Excel that way – or look at the Opensearch and srchrss.aspx pages.