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_Excel2007
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Writer_Excel2007

PHPExcel_Writer_Excel2007

PHPExcel_Writer_Abstract implements PHPExcel_Writer_IWriter
Extended by PHPExcel_Writer_Excel2007 implements PHPExcel_Writer_IWriter
Package: PHPExcel\Writer\2007
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Writer/Excel2007.php
Methods summary
public
# __construct( PHPExcel $pPHPExcel = null )

Create a new PHPExcel_Writer_Excel2007

Create a new PHPExcel_Writer_Excel2007

Parameters

$pPHPExcel
public PHPExcel_Writer_Excel2007_WriterPart
# getWriterPart( string $pPartName = '' )

Get writer part

Get writer part

Parameters

$pPartName
Writer part name

Returns

PHPExcel_Writer_Excel2007_WriterPart
public
# save( string $pFilename = null )

Save PHPExcel to file

Save PHPExcel to file

Parameters

$pFilename

Throws

PHPExcel_Writer_Exception

Implementation of

PHPExcel_Writer_IWriter::save()
public PHPExcel
# getPHPExcel( )

Get PHPExcel object

Get PHPExcel object

Returns

PHPExcel

Throws

PHPExcel_Writer_Exception
public PHPExcel_Writer_Excel2007
# setPHPExcel( PHPExcel $pPHPExcel = null )

Set PHPExcel object

Set PHPExcel object

Parameters

$pPHPExcel
PHPExcel object

Returns

PHPExcel_Writer_Excel2007

Throws

PHPExcel_Writer_Exception
public string[]
# getStringTable( )

Get string table

Get string table

Returns

string[]
public PHPExcel_HashTable
# getStyleHashTable( )

Get PHPExcel_Style HashTable

Get PHPExcel_Style HashTable

Returns

PHPExcel_HashTable
public PHPExcel_HashTable
# getStylesConditionalHashTable( )

Get PHPExcel_Style_Conditional HashTable

Get PHPExcel_Style_Conditional HashTable

Returns

PHPExcel_HashTable
public PHPExcel_HashTable
# getFillHashTable( )

Get PHPExcel_Style_Fill HashTable

Get PHPExcel_Style_Fill HashTable

Returns

PHPExcel_HashTable
public PHPExcel_HashTable
# getFontHashTable( )

Get PHPExcel_Style_Font HashTable

Get PHPExcel_Style_Font HashTable

Returns

PHPExcel_HashTable
public PHPExcel_HashTable
# getBordersHashTable( )

Get PHPExcel_Style_Borders HashTable

Get PHPExcel_Style_Borders HashTable

Returns

PHPExcel_HashTable
public PHPExcel_HashTable
# getNumFmtHashTable( )

Get PHPExcel_Style_NumberFormat HashTable

Get PHPExcel_Style_NumberFormat HashTable

Returns

PHPExcel_HashTable
public PHPExcel_HashTable
# getDrawingHashTable( )

Get PHPExcel_Worksheet_BaseDrawing HashTable

Get PHPExcel_Worksheet_BaseDrawing HashTable

Returns

PHPExcel_HashTable
public boolean
# getOffice2003Compatibility( )

Get Office2003 compatibility

Get Office2003 compatibility

Returns

boolean
public PHPExcel_Writer_Excel2007
# setOffice2003Compatibility( boolean $pValue = false )

Set Office2003 compatibility

Set Office2003 compatibility

Parameters

$pValue
Office2003 compatibility?

Returns

PHPExcel_Writer_Excel2007
Methods inherited from PHPExcel_Writer_Abstract
getDiskCachingDirectory(), getIncludeCharts(), getPreCalculateFormulas(), getUseDiskCaching(), setIncludeCharts(), setPreCalculateFormulas(), setUseDiskCaching()
Properties summary
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

Overrides the default TRUE for this specific writer for performance reasons

# FALSE
private boolean $_office2003compatibility

Office2003 compatibility

Office2003 compatibility

# false
private PHPExcel_Writer_Excel2007_WriterPart[] $_writerParts

Private writer parts

Private writer parts

# array()
private PHPExcel $_spreadSheet

Private PHPExcel

Private PHPExcel

#
private string[] $_stringTable

Private string table

Private string table

# array()
private PHPExcel_HashTable $_stylesConditionalHashTable

Private unique PHPExcel_Style_Conditional HashTable

Private unique PHPExcel_Style_Conditional HashTable

#
private PHPExcel_HashTable $_styleHashTable

Private unique PHPExcel_Style HashTable

Private unique PHPExcel_Style HashTable

#
private PHPExcel_HashTable $_fillHashTable

Private unique PHPExcel_Style_Fill HashTable

Private unique PHPExcel_Style_Fill HashTable

#
private PHPExcel_HashTable $_fontHashTable

Private unique PHPExcel_Style_Font HashTable

Private unique PHPExcel_Style_Font HashTable

#
private PHPExcel_HashTable $_bordersHashTable

Private unique PHPExcel_Style_Borders HashTable

Private unique PHPExcel_Style_Borders HashTable

#
private PHPExcel_HashTable $_numFmtHashTable

Private unique PHPExcel_Style_NumberFormat HashTable

Private unique PHPExcel_Style_NumberFormat HashTable

#
private PHPExcel_HashTable $_drawingHashTable

Private unique PHPExcel_Worksheet_BaseDrawing HashTable

Private unique PHPExcel_Worksheet_BaseDrawing HashTable

#
Properties inherited from PHPExcel_Writer_Abstract
$_diskCachingDirectory, $_includeCharts, $_useDiskCaching
Autene API documentation generated by ApiGen