require_once "Spreadsheet/Excel/Writer.php";
void Format::setTopColor (mixed $color)
void Format::setTopColor
Sets the cell's top border color
mixed $color - either a string (like 'blue'), or an integer (range is [8...63]).
This function can not be called statically.
Example 29-1. Using setTopColor()