Introduction of GridWeb

How to run Aspose.Cells for GridWeb Java Demos

Step by Step Guide to Run GridWeb Java Demos

  1. Extract apache-tomcat-7.0.52.zip in any directory e.g C:\Tomcat

todo:image_alt_text

The following snapshot shows the extracted directories and files of the Apache Tomcat server

todo:image_alt_text

You might also need to set the environment variable CATALINA_HOME

todo:image_alt_text

  1. Open the tomcat-users.xml file.

todo:image_alt_text

  1. Add this user:
   <role rolename="manager-gui"/>

  <user username="tomcat" password="secret" roles="manager-gui"/>

Here the user name is tomcat and the password is secret

todo:image_alt_text

  1. Run the startup.bat file. It will run the Apache Tomcat Server.

todo:image_alt_text

Tomcat server running in a command window

todo:image_alt_text

  1. Now open the browser and type localhost:8080. The Apache Tomcat web page is displayed.

    The Apache Tomcat web page

todo:image_alt_text

  1. Click Manager App and type user name and password. (As above: tomcat, secret)

todo:image_alt_text

  1. Scroll down to the section WAR file to deploy and browse the gridwebdemo.war file.
  2. Click Deploy.

todo:image_alt_text

  1. Browse gridwebdemo.war file.

todo:image_alt_text

  1. Click Deploy.

todo:image_alt_text

  1. Once it is deployed, click /gridwebdemo and start running demos.

todo:image_alt_text

The GridWeb Demo page is displayed.

The GridWeb Demo page

todo:image_alt_text

  1. Click any demo and run it.

    Creating contents demo running

todo:image_alt_text

Worksheets demo running

todo:image_alt_text

HeaderBar and CommandButton demo running

todo:image_alt_text

Aspose.Cells.GridWeb - Demos

Browsers Capabilities and Aspose.Cells.GridWeb

Aspose.Cells.GridWeb is a GUI based web control that can be embedded in JSP web pages like other web controls. The most important thing about web control is providing cross-browser support. Aspose.Cells.GridWeb provides cross-browser support.

Comparison

Aspose.Cells.GridWeb is fully supported on Microsoft’s Internet Explorer (IE). However, on other browsers, it has minor limitations. This topic provides a detailed comparison of which features are supported by different browsers.

Client Side Features Microsoft Internet Explorer Google Chrome Mozilla Firefox Opera
Context Menu of Cell tick tick tick circle
Client Side Validation tick tick tick tick
Double Click Event tick tick tick tick
DropDownList ( ComboBox Mode ) tick tick tick tick
DropDownList ( Popup Menu Mode ) tick tick tick tick
Formula Input/Edit tick tick tick tick
Freeze or Unfreeze Rows/Columns tick tick tick tick
Hyperlinks ( CellCommand Mode ) tick tick tick tick
Hyperlinks ( URL Mode ) tick tick tick tick
Merge or Unmerge Cells tick tick tick tick
Multiple Cells Copy/Paste tick tick tick tick
Multiple Cells Input/Edit, Single Postback tick tick tick tick
Number Format tick tick tick tick
Sheet Paging tick tick tick tick
Read-only Cells tick tick tick tick
Read-only Rows/Columns tick tick tick tick
Data Validation using Regular Expressions tick tick tick tick
Resize Column Width tick tick tick tick
Resize Row Height tick tick tick tick
Insert/Delete Rows & Columns tick tick tick tick
Scroll Content tick tick tick tick
Scroll Sheet Tabs tick tick tick tick
Set Borders of Cells tick tick tick tick
Set Font Settings of Cells tick tick tick tick
circle Context menu of a cell can only be activated by clicking the Client side menu button.