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.
This function can not be called statically.
Example 29-1. Using setBorder()