Class PHPExcel_Writer_Abstract
PHPExcel_Writer_Abstract
- PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter
Direct known subclasses
PHPExcel_Writer_CSV, PHPExcel_Writer_Excel2007, PHPExcel_Writer_Excel5, PHPExcel_Writer_HTMLIndirect known subclasses
PHPExcel_Writer_PDF_Core, PHPExcel_Writer_PDF_DomPDF, PHPExcel_Writer_PDF_mPDF, PHPExcel_Writer_PDF_tcPDFPackage: PHPExcel\Writer
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Writer/Abstract.php
public
boolean
|
#
getIncludeCharts( )
Write charts in workbook? If this is true, then the Writer will write definitions for any charts that exist in the PHPExcel object. If false (the default) it will ignore any charts defined in the PHPExcel object. |
public
|
#
setIncludeCharts( boolean $pValue = FALSE )
Set write charts in workbook Set to true, to advise the Writer to include any charts that exist in the PHPExcel object. Set to false (the default) to ignore charts. |
public
boolean
|
#
getPreCalculateFormulas( )
Get Pre-Calculate Formulas flag If this is true (the default), then the writer will recalculate all formulae in a workbook when saving, so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet viewer when opening the file If false, then formulae are not calculated on save. This is faster for saving in PHPExcel, but slower when opening the resulting file in MS Excel, because Excel has to recalculate the formulae itself |
public
|
#
setPreCalculateFormulas( boolean $pValue = TRUE )
Set Pre-Calculate Formulas Set to true (the default) to advise the Writer to calculate all formulae on save Set to false to prevent precalculation of formulae on save. |
public
boolean
|
|
public
|
#
setUseDiskCaching( boolean $pValue = FALSE, string $pDirectory = NULL )
Set use disk caching where possible? |
public
string
|
save()
|
protected
boolean
|
$_includeCharts
Write charts that are defined in the workbook? Identifies whether the Writer should write definitions for any charts that exist in the PHPExcel object; |
#
FALSE
|
protected
boolean
|
$_preCalculateFormulas
Pre-calculate formulas Forces PHPExcel to recalculate all formulae in a workbook when saving, so that the pre-calculated values are immediately available to MS Excel or other office spreadsheet viewer when opening the file |
#
TRUE
|
protected
boolean
|
$_useDiskCaching
Use disk caching where possible? |
#
FALSE
|
protected
string
|
$_diskCachingDirectory
Disk caching directory |
#
'./'
|