# Functions
CreateCellTableIfNotExists
Query the sqlite_master table to check whether Cell table for SheetName has existed or not.
CreateSheetFile
Create a SheetFile, corresponding sqlite table to store Cells of the SheetFile, MetaCell
and chunk used to store it.
GetCellID
Compute CellID by row and column number.
GetCellTableName
Same as Cell.TableName, for creation of Cell.
GetSheetCellsAll
Load all Cell of a SheetFile from sqlite database.
LoadSheetFile
Load a SheetFile from database.
No description provided by the author