| Workbook::&addWorksheet | Workbook::&setTempDir |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
object reference Workbook::&addFormat (
array $properties=array()
)
Add a new format to the Excel workbook. Also, pass any properties to the Format constructor. Valid properties are:
Align
Bold
Bottom
Top
Left
Right
Border
BorderColor
BottomColor
TopColor
RightColor
LeftColor
FgColor
BgColor
Color
Pattern
Underline
TextRotation
Size
NumFormat
Script
array $properties - array with properties for initializing the format.
object reference - to an Excel Format
This function can not be called statically.
Using &addFormat()
|
| Workbook::&addWorksheet | Workbook::&setTempDir |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |