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.
You can do this with Powershell.. I will provide you a sample script. The formatting of the excel wont be what you like, but you can manually format it.
Do you have that script?