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 Excel services.
But can it be achieved without SharePoint ? Or can it be achieved using the the Excel services API to get the document from SharePoint and then somehow get it to the browser in .net?
Thanks, Tom.