Handling Data Model
From Documentation
Revision as of 06:58, 22 August 2013 by Hawk (talk | contribs) (moved ZK Spreadsheet Essentials 3/Working with Spreadsheet/Handling Data Model to ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model)
Spreadsheet data model is the place where all Spreadsheet cell data stores. Spreadsheet is like a painter which paints its data model in grid-like layout for you. Every action you take on a Spreadsheet (e.g. insertion or deletion) involves a change to its data model. The following sections introduce those APIs to handle a Spreadsheet data model by corresponding user action.
All source code listed in this book is at Github.