Working with ZK Spreadsheet

From Documentation
Revision as of 07:17, 24 December 2010 by Henrichen (talk | contribs)


DocumentationZK Spreadsheet EssentialsWorking with ZK Spreadsheet
Working with ZK Spreadsheet




Just like other ZK components, you can control and configure ZK Spreadsheet via component APIs. And you can register event listeners to act on specific spreadsheet component events. Besides that, a very important utility class, Range, can be used to change the back end spreadsheet data model and automatically update the UI automatically and independently.

Not just a stand along spreadsheet, you can integrate ZK Spreadsheet easily with your back-end server databases and resources. You can bind cells to the back-end Java beans, so any changes on the back-end data would be automatically reflected on the ZK Spreadsheet. You can create your own customized spreadsheet functions in Java and use them in the spreadsheet formulas.

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


Subsections:



All source code listed in this book is at Github.


Last Update : 2010/12/24

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