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

Class: PHPExcel_Writer_Excel5

Source Location: /PHPExcel/Writer/Excel5.php

Class Overview


PHPExcel_Writer_Excel5


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods



Class Details

[line 69]
PHPExcel_Writer_Excel5

PHPExcel_Writer_Excel5




Tags:

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


[ Top ]


Class Variables

$_BIFF_version =

[line 90]

The BIFF version of the written Excel file, BIFF5 = 0x0500, BIFF8 = 0x0600

The BIFF version of the written Excel file, BIFF5 = 0x0500, BIFF8 = 0x0600




Tags:

access:  private

Type:   integer


[ Top ]

$_colors =

[line 125]

Color cache.

Color cache. Mapping between RGB value and color index.




Tags:

access:  private

Type:   array


[ Top ]

$_parser =

[line 132]

Formula parser

Formula parser




Tags:

access:  private



[ Top ]

$_phpExcel =

[line 83]

PHPExcel object

PHPExcel object




Tags:

access:  private

Type:   PHPExcel


[ Top ]

$_preCalculateFormulas =

[line 76]

Pre-calculate formulas

Pre-calculate formulas




Tags:

access:  private

Type:   boolean


[ Top ]

$_str_table =

[line 118]

Array of unique shared strings in workbook

Array of unique shared strings in workbook




Tags:

access:  private

Type:   array


[ Top ]

$_str_total =

[line 104]

Total number of shared strings in workbook

Total number of shared strings in workbook




Tags:

access:  private

Type:   int


[ Top ]

$_str_unique =

[line 111]

Number of unique shared strings in workbook

Number of unique shared strings in workbook




Tags:

access:  private

Type:   int


[ Top ]

$_tempDir =  ''

[line 97]

Temporary storage directory

Temporary storage directory




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 140]

PHPExcel_Writer_Excel5 __construct( $phpExcel)

Create a new PHPExcel_Writer_Excel5

Create a new PHPExcel_Writer_Excel5




Tags:

access:  public


Parameters:

PHPExcel   $phpExcel   PHPExcel object

[ Top ]

method getPreCalculateFormulas [line 278]

boolean getPreCalculateFormulas( )

Get Pre-Calculate Formulas

Get Pre-Calculate Formulas




Tags:

access:  public


[ Top ]

method getTempDir [line 253]

string getTempDir( )

Get temporary storage directory

Get temporary storage directory




Tags:

access:  public


[ Top ]

method save [line 159]

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 setPreCalculateFormulas [line 287]

void setPreCalculateFormulas( [boolean $pValue = true])

Set Pre-Calculate Formulas

Set Pre-Calculate Formulas




Tags:

access:  public


Parameters:

boolean   $pValue   Pre-Calculate Formulas?

[ Top ]

method setTempDir [line 264]

PHPExcel_Writer_Excel5 setTempDir( [string $pValue = ''])

Set temporary storage directory

Set temporary storage directory




Tags:

throws:  Exception Exception when directory does not exist
access:  public


Parameters:

string   $pValue   Temporary storage directory

[ Top ]


Documentation generated on Mon, 11 Jan 2010 08:08:55 +0100 by phpDocumentor 1.4.1