Workbook::&addFormat

Workbook::&addFormat -- Add a new format to the Excel workbook.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

object reference Workbook::&addFormat ([array $properties=array()])

Beschreibung

Add a new format to the Excel workbook. Also, pass any properties to the Format constructor. Valid properties are:

Parameter

Rückgabewert

object reference - to an Excel Format

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel