Handling Data Model

From Documentation
Revision as of 03:40, 13 August 2013 by Hawk (talk | contribs)



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.


Last Update : 2013/08/13

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