I have an existing Excel document that I would like to display (read-only) in a C# .NET application (.NET 2003). I need to be able to display it on the windows form itself as opposed to opening a new window with an Excel document in it. Does anybody know how to do it?
thanks