require_once "Spreadsheet/Excel/Writer.php";
void Format::setBorder (integer $style)
void Format::setBorder
Set cells borders to the same style
integer $style - style to apply for all cell borders. 1 => thin, 2 => thick.
Эта функция не должна вызываться статически.
Пример 39-1. Using setBorder()