You can use your favorite social network to register or link an existing account:
Or use your email address to register without a social network:
Sign in with these social networks:
Or enter your username and password
Forgot your password?
Yes, please link my existing account with for quick, secure access.
No, I would like to create a new account with my profile information.
Thanks to Christian Stich, the founder of Excel Services Consulting, L.L.C., for putting together this post on the updated Excel Web Services API.
The Excel Web Services API that initially shipped with Excel Services 2007 has been updated and expanded for Excel Services in SharePoint 2010. I will address the additions and changes for the Excel Web Services API for SharePoint 2010 in this post. Additional information about the Web Services API covering the 2007 implementation can be found in the earlier posts Excel Services part 6: Building applications with Excel Web Services and Excel Services part 7: Sample application with Excel Web Services.
The following methods used to set values now allow setting formulas into the workbook - in the 2007 implementation setting a formula resulted in an error.
Setting formulas requires open or edit permissions and is supported for view and edit sessions. If the user (under whose credentials the program running the Web Services code is running) is limited to view item permissions, then setting formulas fails as it did in the 2007 implementation. Setting a formula or a value does not affect the formatting of a cell.
Session/Workbook Handling methods:
Output methods:
Input methods:
Workbook Structure:
Additional resources
Shahar Prish, one of the developers on the Excel Services team, has been covering the 2007 and 2010 implementations of the Web Services API on his blog. In future posts, I hope to provide more code samples of using the Web Services API.
Comments: (4) Collapse
1. Does Excel web Access 2010 in Sharepoint solve the PivotTable drill through issue? It is not supported on browser. And want to know if in 2010, if there is a way we can view the raw data from a cell in the PivotTable on Browser, like we can do on an excel client app.
2. If still not, can we create two EWA web part and connect them together-when click on first PivotTable Cell part, we can then see raw data on the second EWA Wep part, will this be supported on Browser now?
3. If 1&2 are not possible, is it possible that we can use API to do something like this? -- But make it work on browser?
Mike: Thank you for the feedback. Drill-through is not supported in the 2010 release of Excel Services. It is something we hope to add in a future release. Using two EWA's with part-to-part connections will not solve this either. However, you could put two EWAs on a web-part page and use our new JavaScript Object Model (JSOM) to respond to user action in the first EWA and drive updates in the second EWA. Have a look at our recent blog post on the JSOM: blogs.msdn.com/.../introducing-the-javascript-object-model-for-excel-services-in-sharepoint-2010.aspx.
Thanks for the answer, Joseph.
I also noticed that when I use EWA to view a Pivottable, if it has some issue said: "Excel Services is unable to process the request.". and suggested to
"Wait a few minutes and try performing this operation again."
1. I checked the error message it belongs to retry error message. However, never got it showing file on web. What is the possible problem it could be?
2. Also tried turning on the developer Dashbaord to find some clue, while it does not even run the dashboard performance debugging. -- is the a Beta bug?
Any idea? Thanks.
Mike: I don't quite understand the problem you are running into. Do you mind explaining it in more detail? Thanks.
Comments: (loading) Collapse