require_once "Spreadsheet/Excel/Writer.php";
void Format::setBorderColor (mixed $color)
void Format::setBorderColor
Sets all the cell's borders to the same color
mixed $color - The color we are setting. Either a string (like 'blue'), or an integer (range is [8...63]).
This function can not be called statically
Example 23-1. Using setBorderColor()