require_once "Spreadsheet/Excel/Writer.php";
void Format::setNumFormat (integer $num_format)
void Format::setNumFormat
Sets the numeric format. It can be date, time, currency, etc...
integer $num_format - The numeric format.
This function can not be called statically
Example 23-1. Using setNumFormat()