The ZK Spreadsheet App

From Documentation


Stop.png This article is out of date, please refer to http://books.zkoss.org/wiki/ZK_Spreadsheet_Essentials for more up to date information.


Available in ZK Spreadsheet EE only

ZK Spreadsheet App is a Web-based Excel like application. It is a Java Servlet war file that you can deploy and play on the 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 the 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 options.

Here, we use Tomcat as an example

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

Deploy

Different web server may have slightly different deploy procedures.

Here, we use tomcat as an example, demonstrating how to deploy ZK Spreadsheet App on tomcat

  1. Download the latest 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 : 2013/08/22


Version Date Content
     


All source code listed in this book is at Github.


Last Update : 2013/08/22

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