Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_Writer_Abstract

Interfaces

  • PHPExcel_Writer_IWriter

Exceptions

  • PHPExcel_Writer_Exception
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

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_HTML

Indirect known subclasses

PHPExcel_Writer_PDF_Core, PHPExcel_Writer_PDF_DomPDF, PHPExcel_Writer_PDF_mPDF, PHPExcel_Writer_PDF_tcPDF
Abstract
Package: 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
Methods summary
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.

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.

Returns

boolean
public PHPExcel_Writer_IWriter
# 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.

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.

Parameters

$pValue

Returns

PHPExcel_Writer_IWriter
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

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

Returns

boolean
public PHPExcel_Writer_IWriter
# 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.

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.

Parameters

$pValue
Pre-Calculate Formulas?

Returns

PHPExcel_Writer_IWriter
public boolean
# getUseDiskCaching( )

Get use disk caching where possible?

Get use disk caching where possible?

Returns

boolean
public PHPExcel_Writer_Excel2007
# setUseDiskCaching( boolean $pValue = FALSE, string $pDirectory = NULL )

Set use disk caching where possible?

Set use disk caching where possible?

Parameters

$pValue
$pDirectory
Disk caching directory

Returns

PHPExcel_Writer_Excel2007

Throws

PHPExcel_Writer_Exception
when directory does not exist
public string
# getDiskCachingDirectory( )

Get disk caching directory

Get disk caching directory

Returns

string
Methods inherited from PHPExcel_Writer_IWriter
save()
Properties summary
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;

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

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?

Use disk caching where possible?

# FALSE
protected string $_diskCachingDirectory

Disk caching directory

Disk caching directory

# './'
Autene API documentation generated by ApiGen