tags:

views:

67

answers:

2

I use OWC (Office Web Components) v10.0 to embed Excel grid in an asp.net page. Is there a replacement technology where excel grid can be embedded in the client side browser?

A: 

If you are using a Sharepoint Server, Microsoft offers something called Excel Services, which basically provides spreadsheet functionality in a browser, without requiring an actual component to be deployed (with the Excel work being done on the SPPS server. Info is here:

http://msdn.microsoft.com/en-us/library/ms546696.aspx

I know there is an OpenSource product called WikiCalc which is a client-side, spreadsheet component which works in the browser (from Dan Bricklin's company). Some info is here:

http://www.softwaregarden.com/products/wikicalc/index.html

Ed Schembor
Thanks for the replies. Excel Services is read only. WikiCalc is pearl solution that i am afraid to use in .Net solution.
Ajit Singh
A: 

There seems to be no .Net solution for client browser excel grid than OWC. Looks like SharePoint 2010 has Office Web Applications that allows Google Docs like spreadsheet functionality in browser. Would evaluate that.

Ajit Singh

related questions