Tag Archives: Xlsx
CSV export using Elasticsearch and Web API
November 13, 2014 · by damienbod · in .NET, Elasticsearch, MVC, SignalR, TopHeaderMenu, Web · 2 Comments
This article demonstrates how to export data from Elasticsearch to a CSV file using Web API. The data is retrieved from Elasticsearch using _search with scan and scroll. This API can retrieve data very fast without any sorting. The data is then exported to a CSV file using WebApiContrib.Formatting.Xlsx from Jordan Gray. The progress of […]