Using Spreadsheet in JSP
From Documentation
Available in ZK Spreadsheet EE only
ZK Spreadsheet can also be embedded in a JSP by spreadsheet custom tag to empower JSP with AJAX.Spreadsheet JSP tag works much the same way as ZK Spreadsheet ZUL component tag does within a ZK application with support for all the attributes and events. You can just download the example project to experience it. Furthermore, if you want a DOM element can interact with Spreadsheet, you can send your own AJAX request or use JQuery. We will demonstrate the usage with an example application.
All source code listed in this book is at Github.