require_once "Spreadsheet/Excel/Writer.php";
void Format::setBottomColor (mixed $color)
void Format::setBottomColor
Sets the cell's bottom border color
mixed $color - either a string (like 'blue'), or an integer (range is [8...63]).
Please see the "Using colors" section of the manual for more information.
Эта функция не должна вызываться статически.
Пример 37-1. Using setBottomColor()