PivotData Web Service is an add-in for Microsoft Excel 2010 to expose your Excel Pivot table data via WCF web service.
This enable Windows, Silverlight and ASP.NET web service clients to
directly interact with the Pivot table data. The web service provides methods to
set filters (Excel Slicers) on Pivot table data and then retrieve the table
data.
Endpoints:
The web service exposes 2 endpoints, "http" and "net.tcp".
"http://localhost:8181/excel" endpoint is primarily used to test/try different service operations.
"net.tcp://localhost:8282/excel" endpoint is used to call from Windows/Silverlight/ASP.NET clients.