[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
PHPExcel Copyright (c) 2006 - 2014 PHPExcel
Copyright: | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
License: | http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL |
Version: | ##VERSION##, ##DATE## |
File Size: | 158 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |