Working with Spreadsheet

From Documentation
Revision as of 07:58, 12 August 2013 by Hawk (talk | contribs)


Working with Spreadsheet






Just like other ZK components, you can control Spreadsheet via its APIs programmatically and register event listeners to act on specific events in order to perform customized business logic. Besides that, its model classes (Book and Sheet) and utility classes (Ranges and Range) can be used to change Spreadsheet's book model and the UI will be updated automatically. With above API, you can customize Spreadsheet furthermore upon your requirement. Furthermore, you can create your own customized formulas in Java and use them as other built-in formulas.

In addition to run a standalone Spreadsheet, you can also integrate Spreadsheet with your back-end server databases and resources easily. Moreover, You can make cells reference to another Spreadsheet's data model, the back-end Java beans, and Spring-managed beans. So, any changes on the back-end data will automatically reflect on Spreadsheet.

In the following sections, we will show you how to use these APIs, how to register event listeners, how to control the Spreadsheet component, and how to customize.




All source code listed in this book is at Github.


Last Update : 2013/08/12

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