First time using aspose.Excel in asp.net

Hello –

I just downloaded and installed the demo version of Aspose.Excel, and I can’t seem to get it working properly under asp.net, or vb.net. I have included Aspose.Excel as a .Net Reference in my project.

I’m looking for instantiation of the object, which seems to be:
Dim oExcel as Excel = New Excel()

which does not compile on my machine.

What am I missing?

Hello,

You need to build it first. More info please check Featured Demos.

We will enhance the installation. Currently thanks for your patience.

Building it also did not work.

After an Yahoo Messenger session with myaspose, I found out I needed this:

Imports Aspose.Excel

in addition to a reference to Aspose.Excel in the project.

@a2brute,
Aspose.Excel is no more there and is replaced with high performance and features rich product Aspose.Cells. You can test this product by downloading complete solutions which can be compiled and executed without any error.

Download the latest version of Aspose.Cells for .NET from the following link:
Aspose.Cells for .NET (Latest Version)

You can download the latest demos here.