Using Spreadsheet in JSP"

From Documentation
Line 6: Line 6:
 
{{ZSS EE}}
 
{{ZSS EE}}
  
= configuration =
+
= Download ZSS JSP Example Project =  
 +
If you want to run ZK spreadsheet JSP demo in your local site, just [http:// download the example project WAR file] and deploy to your application server.
  
[http:// download sample project]
+
= Create and Run a JSP Project =
  
 +
Follow instructions in [[ZK Spreadsheet Essentials 3>Working with Spreadsheet>Setting Up Environment]] to create a "dynamic web project" or a "maven project" named '''myzssjsp'''.
 +
 +
* make sure zssjsp.jar exist.
 +
* create an Excel file
 +
* create a jsp, index.jsp
 +
 +
deploy to your application and visit index.jsp
  
 
= usage in JSP =
 
= usage in JSP =

Revision as of 08:27, 29 July 2013


Using Spreadsheet in JSP





Available in ZK Spreadsheet EE only

Download ZSS JSP Example Project

If you want to run ZK spreadsheet JSP demo in your local site, just [http:// download the example project WAR file] and deploy to your application server.

Create and Run a JSP Project

Follow instructions in [[ZK Spreadsheet Essentials 3>Working with Spreadsheet>Setting Up Environment]] to create a "dynamic web project" or a "maven project" named myzssjsp.

  • make sure zssjsp.jar exist.
  • create an Excel file
  • create a jsp, index.jsp

deploy to your application and visit index.jsp

usage in JSP

example