Class Worksheet

Description

An adapter from a PHPExcel_Worksheet object to an Excel.Worksheet-like object.

Located in /PhpMyCodeGenerator/PHPExcelToExcel/Worksheet.php (line 15)


	
			
Variable Summary
string $Name
Method Summary
Worksheet __construct (PHPExcel_Worksheet $worksheet)
Cell Cells (int $row, int $column)
Variables
string $Name (line 20)

The name of the worksheet.

  • access: public
Methods
Constructor __construct (line 44)

Constructor

Worksheet __construct (PHPExcel_Worksheet $worksheet)
  • PHPExcel_Worksheet $worksheet: A PHPExcel_Worksheet object.
Cells (line 59)

Return an Excel.Range-like object for a cell.

  • return: An Excel.Range-like object.
Cell Cells (int $row, int $column)
  • int $row: The row number of the cell.
  • int $column: The column number of the cell.
getLastCell (line 72)

Return an Excel.Range-like object for the last cell.

Intend to be used by Cell.SpecialCells().

  • return: An Excel.Range-like object.
Cell getLastCell ()

Documentation generated on Sun, 01 Mar 2015 08:43:49 +0000 by phpDocumentor 1.4.3