Sets the style for the specified cell(s).
$style - (array) the style to set
Available members of the array:
$sh = new SpreadSheet($res, "1", $db_prefix); $sh->setStyle("B1", array("bold" => 0));
See also: getStyle