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 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Implements interfaces:

Variables

Methods



Class Details

[line 66]
PHPExcel_Writer_Excel5

PHPExcel_Writer_Excel5




Tags:

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


[ Top ]


Class Variables

$_BIFF_version =

[line 80]

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 ]

$_parser =

[line 115]

Formula parser

Formula parser




Tags:

access:  private



[ Top ]

$_phpExcel =

[line 73]

PHPExcel object

PHPExcel object




Tags:

access:  private

Type:   PHPExcel


[ Top ]

$_str_table =

[line 108]

Array of unique shared strings in workbook

Array of unique shared strings in workbook




Tags:

access:  private

Type:   array


[ Top ]

$_str_total =

[line 94]

Total number of shared strings in workbook

Total number of shared strings in workbook




Tags:

access:  private

Type:   int


[ Top ]

$_str_unique =

[line 101]

Number of unique shared strings in workbook

Number of unique shared strings in workbook




Tags:

access:  private

Type:   int


[ Top ]

$_tempDir =  ''

[line 87]

Temporary storage directory

Temporary storage directory




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 123]

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 getTempDir [line 231]

string getTempDir( )

Get temporary storage directory

Get temporary storage directory




Tags:

access:  public


[ Top ]

method save [line 141]

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 setTempDir [line 242]

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, 10 Aug 2009 08:03:58 +0200 by phpDocumentor 1.4.1