I am automating excel reports on a server where ms office is not installed. I have used EPPlus library which is working fine for import/export in excel. But I am not able to refresh pivot table data with different connection strings in asp.net. I have also tried with PSExcel. But could not find a solution.
Is there any way to refresh pivot data using different connection strings on a server where ms office is not installed. Need code snippet in asp.net c#.
Note : sharepoint (power pivot) is not a recommended solution for this issue.