require_once "Spreadsheet/Excel/Writer.php";
void Format::setAlign (string $location)
void Format::setAlign
Set cell alignment.
string $location - alignment for the cell ('left', 'right', etc...).
This function can not be called statically.
Example 29-1. Using setAlign()