Aspose.cell.gridweb

I am trying to implement the aspose gridweb but unable to get the acw_client folder and other dependencies. Which version of the ASPOSE.cells dlls should I download in order to get proper set up?

Hi Preeti,

Thanks for your posting and considering Aspose.Cells for GridWeb.

Please download the latest Major Release from the Aspose.Cells Downloads section.

Aspose.Cells Downloads Section Link:
( http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/default.aspx )

Please download the latest MSI version. Currently, it is Aspose.Cells for .NET 8.2.1
( http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/entry573449.aspx )

Install it on your computer and check the installation directory. There you will find acw_client folder and then inside the Bin\net2.0 folder you will find Aspose.Cells.GridWeb.dll

For your convenience, I have attached a sample GridWeb project that is using the latest Aspose.Cells for GridWeb. Just open it and run at your end.

Inside the project, acw_client directory has been placed inside the grid folder i.e (grid/acw_client) and inside the web.config file you will see the following appsettings


<add key=“aspose.cells.gridweb.acw_client_path” value=“grid/acw_client”/>




You can place acw_client directory anywhere inside your Virtual Directory and then you will have to change the path as highlighted in red color in the above appsettings.

Once, you will run the project, you will see the following output in your web browser as shown in the screenshot below.