Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Aspose.Cells.GridWeb is a GUI based web control that can be embedded in JSP web pages or any html page in java server .
It is easy and simple to use.
It helps you to build online web editor for spread sheet file quickly .
It also support import and export all kinds of spread sheet format files which is 100% compatible with MS excel file.
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
Aspose.Cells for GridWeb Java demos are easy to run. You just need to deploy gridwebdemo.war in your web server. Please download the demos from this link.
This article describes how to run Aspose.Cells for GridWeb Java Demos in Apache Tomcat Server.

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

You might also need to set the environment variable CATALINA_HOME


<role rolename="manager-gui"/>
<user username="tomcat" password="secret" roles="manager-gui"/>Here the user name is tomcat and the password is secret


Tomcat server running in a command window

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






The GridWeb Demo page is displayed.
The GridWeb Demo page

Click any demo and run it.
Creating contents demo running

Worksheets demo running

HeaderBar and CommandButton demo running

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.
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 |
|
|
|
|
| Client Side Validation |
|
|
|
|
| Double Click Event |
|
|
|
|
| DropDownList ( ComboBox Mode ) |
|
|
|
|
| DropDownList ( Popup Menu Mode ) |
|
|
|
|
| Formula Input/Edit |
|
|
|
|
| Freeze or Unfreeze Rows/Columns |
|
|
|
|
| Hyperlinks ( CellCommand Mode ) |
|
|
|
|
| Hyperlinks ( URL Mode ) |
|
|
|
|
| Merge or Unmerge Cells |
|
|
|
|
| Multiple Cells Copy/Paste |
|
|
|
|
| Multiple Cells Input/Edit, Single Postback |
|
|
|
|
| Number Format |
|
|
|
|
| Sheet Paging |
|
|
|
|
| Read-only Cells |
|
|
|
|
| Read-only Rows/Columns |
|
|
|
|
| Data Validation using Regular Expressions |
|
|
|
|
| Resize Column Width |
|
|
|
|
| Resize Row Height |
|
|
|
|
| Insert/Delete Rows & Columns |
|
|
|
|
| Scroll Content |
|
|
|
|
| Scroll Sheet Tabs |
|
|
|
|
| Set Borders of Cells |
|
|
|
|
| Set Font Settings of Cells |
|
|
|
|
|
|
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.