PHPExcel_Writer_Excel2007
[ class tree: PHPExcel_Writer_Excel2007 ] [ index: PHPExcel_Writer_Excel2007 ] [ all elements ]

Class: PHPExcel_Writer_Excel2007

Source Location: /PHPExcel/Writer/Excel2007.php

Class Overview


PHPExcel_Writer_Excel2007


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Variables

Methods



Class Details

[line 91]
PHPExcel_Writer_Excel2007

PHPExcel_Writer_Excel2007




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_bordersHashTable =

[line 161]

Private unique PHPExcel_Style_Borders HashTable

Private unique PHPExcel_Style_Borders HashTable




Tags:

access:  private

Type:   PHPExcel_HashTable


[ Top ]

$_drawingHashTable =

[line 175]

Private unique PHPExcel_Worksheet_BaseDrawing HashTable

Private unique PHPExcel_Worksheet_BaseDrawing HashTable




Tags:

access:  private

Type:   PHPExcel_HashTable


[ Top ]

$_fillHashTable =

[line 147]

Private unique PHPExcel_Style_Fill HashTable

Private unique PHPExcel_Style_Fill HashTable




Tags:

access:  private

Type:   PHPExcel_HashTable


[ Top ]

$_fontHashTable =

[line 154]

Private unique PHPExcel_Style_Font HashTable

Private unique PHPExcel_Style_Font HashTable




Tags:

access:  private

Type:   PHPExcel_HashTable


[ Top ]

$_numFmtHashTable =

[line 168]

Private unique PHPExcel_Style_NumberFormat HashTable

Private unique PHPExcel_Style_NumberFormat HashTable




Tags:

access:  private

Type:   PHPExcel_HashTable


[ Top ]

$_office2003compatibility =  false

[line 105]

Office2003 compatibility

Office2003 compatibility




Tags:

access:  private

Type:   boolean


[ Top ]

$_preCalculateFormulas =  true

[line 98]

Pre-calculate formulas

Pre-calculate formulas




Tags:

access:  private

Type:   boolean


[ Top ]

$_spreadSheet =

[line 119]

Private PHPExcel

Private PHPExcel




Tags:

access:  private

Type:   PHPExcel


[ Top ]

$_stringTable =

[line 126]

Private string table

Private string table




Tags:

access:  private

Type:   string[]


[ Top ]

$_stylesConditionalHashTable =

[line 140]

Private unique PHPExcel_Style_Conditional HashTable

Private unique PHPExcel_Style_Conditional HashTable




Tags:

access:  private

Type:   PHPExcel_HashTable


[ Top ]

$_stylesHashTable =

[line 133]

Private unique PHPExcel_Style HashTable

Private unique PHPExcel_Style HashTable




Tags:

access:  private

Type:   PHPExcel_HashTable


[ Top ]

$_useDiskCaching =  false

[line 182]

Use disk caching where possible?

Use disk caching where possible?




Tags:

access:  private

Type:   boolean


[ Top ]

$_writerParts =

[line 112]

Private writer parts

Private writer parts




Tags:

access:  private

Type:   PHPExcel_Writer_Excel2007_WriterPart[]


[ Top ]



Class Methods


constructor __construct [line 189]

PHPExcel_Writer_Excel2007 __construct( [ $pPHPExcel = null])

Create a new PHPExcel_Writer_Excel2007

Create a new PHPExcel_Writer_Excel2007




Tags:

access:  public


Parameters:

PHPExcel   $pPHPExcel  

[ Top ]

method getBordersHashTable [line 480]

PHPExcel_HashTable getBordersHashTable( )

Get PHPExcel_Style_Borders HashTable

Get PHPExcel_Style_Borders HashTable




Tags:

access:  public


[ Top ]

method getDrawingHashTable [line 498]

PHPExcel_HashTable getDrawingHashTable( )

Get PHPExcel_Worksheet_BaseDrawing HashTable

Get PHPExcel_Worksheet_BaseDrawing HashTable




Tags:

access:  public


[ Top ]

method getFillHashTable [line 462]

PHPExcel_HashTable getFillHashTable( )

Get PHPExcel_Style_Fill HashTable

Get PHPExcel_Style_Fill HashTable




Tags:

access:  public


[ Top ]

method getFontHashTable [line 471]

PHPExcel_HashTable getFontHashTable( )

Get PHPExcel_Style_Font HashTable

Get PHPExcel_Style_Font HashTable




Tags:

access:  public


[ Top ]

method getNumFmtHashTable [line 489]

PHPExcel_HashTable getNumFmtHashTable( )

Get PHPExcel_Style_NumberFormat HashTable

Get PHPExcel_Style_NumberFormat HashTable




Tags:

access:  public


[ Top ]

method getOffice2003Compatibility [line 525]

boolean getOffice2003Compatibility( )

Get Office2003 compatibility

Get Office2003 compatibility




Tags:

access:  public


[ Top ]

method getPHPExcel [line 412]

PHPExcel getPHPExcel( )

Get PHPExcel object

Get PHPExcel object




Tags:

throws:  Exception
access:  public


[ Top ]

method getPreCalculateFormulas [line 507]

boolean getPreCalculateFormulas( )

Get Pre-Calculate Formulas

Get Pre-Calculate Formulas




Tags:

access:  public


[ Top ]

method getStringTable [line 435]

string[] getStringTable( )

Get string table

Get string table




Tags:

access:  public


[ Top ]

method getStylesConditionalHashTable [line 453]

PHPExcel_HashTable getStylesConditionalHashTable( )

Get PHPExcel_Style_Conditional HashTable

Get PHPExcel_Style_Conditional HashTable




Tags:

access:  public


[ Top ]

method getStylesHashTable [line 444]

PHPExcel_HashTable getStylesHashTable( )

Get PHPExcel_Style HashTable

Get PHPExcel_Style HashTable




Tags:

access:  public


[ Top ]

method getUseDiskCaching [line 543]

boolean getUseDiskCaching( )

Get use disk caching where possible?

Get use disk caching where possible?




Tags:

access:  public


[ Top ]

method getWriterPart [line 231]

PHPExcel_Writer_Excel2007_WriterPart getWriterPart( [string $pPartName = ''])

Get writer part

Get writer part




Parameters:

string   $pPartName   Writer part name

[ Top ]

method save [line 245]

void save( [ $pFilename = null], string $pFileName)

Save PHPExcel to file

Save PHPExcel to file




Tags:

throws:  Exception
access:  public


Parameters:

string   $pFileName  
   $pFilename  

[ Top ]

method setOffice2003Compatibility [line 534]

void setOffice2003Compatibility( [boolean $pValue = false])

Set Pre-Calculate Formulas

Set Pre-Calculate Formulas




Tags:

access:  public


Parameters:

boolean   $pValue   Office2003 compatibility?

[ Top ]

method setPHPExcel [line 426]

void setPHPExcel( [ $pPHPExcel = null])

Get PHPExcel object

Get PHPExcel object




Tags:

throws:  Exception
access:  public


Parameters:

PHPExcel   $pPHPExcel   PHPExcel object

[ Top ]

method setPreCalculateFormulas [line 516]

void setPreCalculateFormulas( [boolean $pValue = true])

Set Pre-Calculate Formulas

Set Pre-Calculate Formulas




Tags:

access:  public


Parameters:

boolean   $pValue   Pre-Calculate Formulas?

[ Top ]

method setUseDiskCaching [line 552]

void setUseDiskCaching( [boolean $pValue = false])

Set use disk caching where possible?

Set use disk caching where possible?




Tags:

access:  public


Parameters:

boolean   $pValue  

[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:37:07 +0100 by phpDocumentor 1.4.1