Format::setNumFormat

Format::setNumFormat -- Sets the numeric format.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Format::setNumFormat (integer $num_format)

Description

Sets the numeric format. It can be date, time, currency, etc...

Parameter

Note

This function can not be called statically

Example