Gets an array of cells stored in the database (cells of the specified spreadsheet instance, not all cells in the db).
$sh = new SpreadSheet($res, "1", $db_prefix); $cells = $sh->getCells();
See also: getCell