require_once "Spreadsheet/Excel/Writer.php";
void Worksheet::centerHorizontally ([integer $center=1])
void Worksheet::centerHorizontally
Center the page horizontally.
integer $center - the optional value for centering. Defaults to 1 (center).
This function can not be called statically.
Example 37-1. Using centerHorizontally()