The ZK Spreadsheet App

From Documentation


ZK Spreadsheet App is a Web-based Excel like application. It is a Java Servlet war file that you can deploy and play on browser immediately. And of course it is based on the ZK Spreadsheet Component.

Purpose

Install and deploy the ZK Spreadsheet App application.

Prerequisites

To enable use of ZK Spreadsheet App, there are few prerequisites.

  • Web server
  • Download ZK Spreadsheet App from [1]

Install Web Server

You can choose web server from various option.

In here, we use Tomcat as a example

  1. Visit Tomcat Official Site
  2. Select the correct binary distribution for your environment and download

Deploy

Different web server may have slightly deploy procedure.

In here, we use tomcat as a example, demonstrate how to deploy ZK Spreadsheet App on tomcat

  1. Download lastest ZK Spreadsheet App at [2]
  2. Unzip zk-spreadsheet-app.zip
  3. Copy zssapp.war under the directory to $TOMCAT_HOME/webapps.
  4. Start/ReStart the tomcat services (In some cases, you may need to restart your container if it is running.)
  5. Visit http://localhost:8080/zssapp, and then play around with the Spreadsheet App application


ZKSsEss Spreadsheet Live application.png

Version History

Last Update : 2010/12/23


Version Date Content
     


All source code listed in this book is at Github.


Last Update : 2010/12/23

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.