How to display the Aspose.Excel object?

I need to add the Excel object to my form and display it . Can it be done at all. Does the Excel have any visual representation or is it just an object model used to manipulate excel information?

Aspose.Excel is a spreadsheet creation engine. Now it cannot be used as a control. You can view the result file with MS Excel or ExcelViewer.

We will provide windows control and web control for your request. Please refer to .

@romanr,
Aspose.Excel is discontinued and no more development is done for it. It is replaced with Aspose.Cells that not only supports all the features provided by Aspose.Excel but also contains the advanced features provided by MS Excel. Aspose.Cells contains advanced controls for viewing Excel files in Desktop and Web based applications. You can import and export data as well as formatting and other operations using these controls.

For desktop applications follow the link below:
Aspose.Cells.GridDesktop

For web based applications, here is the detailed article:
Aspose.Cells.GridWeb

Download the latest library here for free trial of this new product:
Aspose.Cells for .NET (Latest Version)

Here is a complete runnable solution which can be used to test all the features of this product including running samples for grid controls for desktop and web based applications.