require_once "Spreadsheet/Excel/Writer.php";
void Format::setBottom (integer $style)
void Format::setBottom
Sets the width for the bottom border of the cell
integer $style - style of the cell border. 1 => thin, 2 => thick.
This function can not be called statically
Example 23-1. Using setBottom()