[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Writer/ -> Abstract.php (summary)

PHPExcel_Writer_Abstract Copyright (c) 2006 - 2015 PHPExcel

Copyright: Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 157 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  getIncludeCharts()
  setIncludeCharts()
  getPreCalculateFormulas()
  setPreCalculateFormulas()
  getUseDiskCaching()
  setUseDiskCaching()
  getDiskCachingDirectory()

Functions
Functions that are not part of a class:

getIncludeCharts()   X-Ref
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.

return: boolean

setIncludeCharts($pValue = false)   X-Ref
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.

param: boolean    $pValue
return: PHPExcel_Writer_IWriter

getPreCalculateFormulas()   X-Ref
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

return: boolean

setPreCalculateFormulas($pValue = true)   X-Ref
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.

param: boolean $pValue    Pre-Calculate Formulas?
return: PHPExcel_Writer_IWriter

getUseDiskCaching()   X-Ref
Get use disk caching where possible?

return: boolean

setUseDiskCaching($pValue = false, $pDirectory = null)   X-Ref
Set use disk caching where possible?

param: boolean     $pValue
param: string        $pDirectory        Disk caching directory
return: PHPExcel_Writer_Excel2007

getDiskCachingDirectory()   X-Ref
Get disk caching directory

return: string



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1