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