Hi,
I am wanting to display an excel 2010 document in an asp.net web application. This document uses the new slicer functionality which I want to be available to the user.
I know that excel 2010 docs can be used within sharepoint by inserting a web part which uses exceservices.
But can it be achieved without sharepoint? Or can it be achieved using the the excelservices API to get the document from shreapoint and then somehow get it to the browser in .net?
Thanks, Tom.