require_once "Spreadsheet/Excel/Writer.php";
void Format::setPattern ([integer $arg=1])
void Format::setPattern
Sets the fill pattern attribute of a cell
integer $arg - Optional. Defaults to 1. Meaningful values are: 0-18 0 meaning no background.
This function can not be called statically
Example 23-1. Using setPattern()