Working with ZK Spreadsheet
From Documentation
Just like other ZK components, you can control and configure ZK Spreadsheet via component APIs. And you can register event listeners to action 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. In following sections, we will show you how to use such APIs and control the ZK Spreadsheet component.
All source code listed in this book is at Github.