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

Class: PHPExcel_Writer_Excel5_Worksheet

Source Location: /PHPExcel/Writer/Excel5/Worksheet.php

Class Overview

PHPExcel_Writer_Excel5_BIFFwriter
   |
   --PHPExcel_Writer_Excel5_Worksheet

PHPExcel_Writer_Excel5_Worksheet


Author(s):

Copyright:

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

Variables

Methods


Inherited Variables

Inherited Methods

Class: PHPExcel_Writer_Excel5_BIFFwriter

PHPExcel_Writer_Excel5_BIFFwriter::__construct()
Constructor
PHPExcel_Writer_Excel5_BIFFwriter::getByteOrder()
Determine the byte order and store it as class data to avoid recalculating it for each call to new().
PHPExcel_Writer_Excel5_BIFFwriter::writeData()
General storage function like _append, but returns string instead of modifying $this->_data
PHPExcel_Writer_Excel5_BIFFwriter::writeEof()
Writes Excel EOF record to indicate the end of a BIFF stream.

Class Details

[line 71]
PHPExcel_Writer_Excel5_Worksheet



Tags:

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


[ Top ]


Class Variables

$_active_pane =

[line 102]

The active pane for the worksheet



Tags:

access:  public

Type:   integer


[ Top ]

$_colinfo =

[line 90]

Array containing format information for columns



Tags:

access:  public

Type:   array


[ Top ]

$_outline_below =

[line 120]

Whether to have outline summary below.



Tags:

access:  public

Type:   bool


[ Top ]

$_outline_on =

[line 108]

Whether to use outline.



Tags:

access:  public

Type:   integer


[ Top ]

$_outline_right =

[line 126]

Whether to have outline summary at the right.



Tags:

access:  public

Type:   bool


[ Top ]

$_outline_style =

[line 114]

Auto outline styles.



Tags:

access:  public

Type:   bool


[ Top ]

$_selection =

[line 96]

Array containing the selected area for the worksheet



Tags:

access:  public

Type:   array


[ Top ]

$_str_table =

[line 144]

Reference to the array containing all the unique strings in the workbook



Tags:

access:  public

Type:   array


[ Top ]

$_str_total =

[line 132]

Reference to the total number of strings in the workbook



Tags:

access:  public

Type:   integer


[ Top ]

$_str_unique =

[line 138]

Reference to the number of unique strings in the workbook



Tags:

access:  public

Type:   integer


[ Top ]

$_xls_strmax =

[line 84]

Maximum number of characters for a string (LABEL record in BIFF5)



Tags:

access:  public

Type:   integer


[ Top ]



Class Methods


constructor __construct [line 206]

PHPExcel_Writer_Excel5_Worksheet __construct( int $BIFF_version, &$str_total, &$str_unique, &$str_table, &$colors, mixed $parser, $preCalculateFormulas, PHPExcel_Worksheet $phpSheet, int $str_total, int $str_unique, array $str_table, string $tempDir)

Constructor



Tags:

access:  public


Overrides PHPExcel_Writer_Excel5_BIFFwriter::__construct() (Constructor)

Parameters:

int   $BIFF_version   BIFF version
int   $str_total   Total number of strings
int   $str_unique   Total number of unique strings
array   $str_table  
mixed   $parser   The formula parser created for the Workbook
string   $tempDir   The temporary directory to be used
PHPExcel_Worksheet   $phpSheet  
   &$str_total  
   &$str_unique  
   &$str_table  
   &$colors  
   $preCalculateFormulas  

[ Top ]

method close [line 273]

void close( )

Add data to the beginning of the workbook (note the reverse order) and to the end of the workbook.



Tags:

see:  PHPExcel_Writer_Excel5_Workbook::storeWorkbook()
access:  public


[ Top ]

method getData [line 545]

string getData( )

Retrieves data from memory in one chunk, or from disk in $buffer sized chunks.



Tags:

return:  The data


[ Top ]

method getEscher [line 2704]

PHPExcel_Shared_Escher getEscher( )

Get Escher object



Tags:

access:  public


[ Top ]

method insertBitmap [line 2355]

void insertBitmap( integer $row, integer $col, mixed $bitmap, [integer $x = 0], [integer $y = 0], [float $scale_x = 1], [float $scale_y = 1])

Insert a 24bit bitmap image in a worksheet.



Tags:

access:  public


Parameters:

integer   $row   The row we are going to insert the bitmap into
integer   $col   The column we are going to insert the bitmap into
mixed   $bitmap   The bitmap filename or GD-image resource
integer   $x   The horizontal position (offset) of the image inside the cell.
integer   $y   The vertical position (offset) of the image inside the cell.
float   $scale_x   The horizontal scale
float   $scale_y   The vertical scale

[ Top ]

method printRowColHeaders [line 565]

void printRowColHeaders( [integer $print = 1])

Set the option to print the row and column headers on the printed page.



Tags:

access:  public


Parameters:

integer   $print   Whether to print the headers or not. Defaults to 1 (print).

[ Top ]

method setEscher [line 2714]

void setEscher( [ $pValue = null])

Set Escher object



Tags:

access:  public


Parameters:

PHPExcel_Shared_Escher   $pValue  

[ Top ]

method setOutline [line 579]

void setOutline( [bool $visible = true], [bool $symbols_below = true], [bool $symbols_right = true], [bool $auto_style = false])

This method sets the properties for outlining and grouping. The defaults correspond to Excel's defaults.



Parameters:

bool   $visible  
bool   $symbols_below  
bool   $symbols_right  
bool   $auto_style  

[ Top ]


Documentation generated on Sun, 27 Feb 2011 16:37:24 -0800 by phpDocumentor 1.4.3