PHPExcel_Writer_HTML __construct(
$phpExcel)
|
|
Create a new PHPExcel_Writer_HTML
Create a new PHPExcel_Writer_HTML
Tags:
Overridden in child classes as:
- PHPExcel_Writer_PDF::__construct()
- Create a new PHPExcel_Writer_PDF
Parameters:
string _assembleCSS(
[array
$pValue = array()])
|
|
Takes array where of CSS properties / values and converts to CSS string
Takes array where of CSS properties / values and converts to CSS string
Tags:
Parameters:
string _convertNbsp(
[string
$pValue = ''])
|
|
Converts a string so that spaces occuring at beginning of each new line are replaced by
Converts a string so that spaces occuring at beginning of each new line are replaced by Example: " Hello\n to the world" is converted to " Hello\n to the world"
Tags:
Parameters: