Introduction of GridWeb

Basics of GridWeb

Aspose.Cells.GridWeb is a GUI‑based web control that can be embedded in JSP web pages or any HTML page in a Java server.

It is easy and simple to use.

It helps you to build an online web editor for spreadsheet files quickly.

It also supports importing and exporting all kinds of spreadsheet format files, which are 100% compatible with Microsoft Excel files.

Aspose.Cells.GridWeb - Demos

To get you up and running quickly, we provide a number of code examples and demos that show how to use the Aspose.Cells.GridWeb API.

Please download the demos from the below link:
Aspose.Cells.GridWeb Demos

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

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

    todo:image_alt_text

  3. You might also need to set the environment variable CATALINA_HOME

    todo:image_alt_text

  4. Open the tomcat‑users.xml file.

    todo:image_alt_text

  5. Add this user:

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

    Here, the username is tomcat and the password is secret.

    todo:image_alt_text

  6. Run the startup.bat file. It will start the Apache Tomcat Server.

    todo:image_alt_text

    Tomcat server running in a command window

    todo:image_alt_text

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

    The Apache Tomcat web page

    todo:image_alt_text

  8. Click Manager App and type the username and password. (As above: tomcat, secret)

    todo:image_alt_text

  9. Scroll down to the section WAR file to deploy and browse to the gridwebdemo.war file.

  10. Click Deploy.

    todo:image_alt_text

  11. Browse the gridwebdemo.war file.

    todo:image_alt_text

  12. Click Deploy.

    todo:image_alt_text

  13. 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

  14. 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

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 aspect of a 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.