GridWeb Java.cells -> looking for a simple example

Hi All,


I am looking for a simple example where I take an excel generated in the work book and able to render it to user on the browser or let the user download the excel file. I was thinking to user GRIDWEB component for presenting the excel in the browser. I am looking for very simple example. Demo you have, i am not able to make work since I was getting javascript exception.


Thanks
Bye
Venki

Hi Venki,


Yes, we think Aspose.Cells.GridWeb for Java suits your requirements well. Aspose.Cells.GridWeb is a grid based GUI control that works with a web server (e.g. Tomcat) for web applications. Please first download our latest version of Aspose.Cells for Java v8.4.0 here:
http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/entry614286.aspx

Once you extract the zipped archive to some folder, you can find the GridWeb demos war file in the installation folder/path “…\JDK 1.6\gridweb\examples\gridwebdemoV8.4.0.war”. This jar file actually includes collection of relevant JavaServer Pages, Java Servlets, Java classes, XML files and Aspose.Cells.GridWeb control’s Jar libraries, etc. You may either directly extract and deploy the “gridwebdemoV8.4.0.war” on the Tomcat server following the steps mentioned in the document here or use eclipse (e.g. Eclipse Java EE IDE for Web Developers - Luna) to import the demos .WAR file targeted with Tomcat Server 7.0/8.0 etc. easily and test/run any demo in it for your reference.

For complete details, please see the Aspose.Cells.GridWeb Wiki Conf. Docs:
http://www.aspose.com/docs/display/cellsjava/Aspose.Cells.GridWeb

Thank you.



Hi ,

Why I can’t find example folder in aspose-cells-8.7.2-java.zip which downloaded from http://www.aspose.com/downloads/cells-family/java ?

Hi,


Well, we do not include examples/demos into the release archive anymore now. We do publish examples (.NET, JAVA, cloud etc.) onto Github rep. You may download and get your required examples here:
https://github.com/asposecells/Aspose_Cells_Java

Thank you.

Hi,

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

Besides GitHub, you can also download the zip archives of the latest demos from these articles. These articles contain download links of the following items.

Simple GridWeb Java Example
( http://www.aspose.com/docs/display/cellsjava/Creating+Control+on+a+Web+Form )

Aspose.Cells.GridWeb Java - Demos
( https://github.com/aspose-cells/Aspose.Cells-for-Java/tree/master/Examples.GridWeb )

Aspose.Cells.GridWeb .NET - Demos
( https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridWeb )