Class WorksheetCache

Description

This class gets and caches cell values from a worksheet.

It intends to improve the performance of PhpMyCellScript.

Located in /PhpMyCellScript/WorksheetCache.php (line 10)


	
			
Method Summary
WorksheetCache __construct (Excel.Worksheet $worksheet)
string getCellValue (int $row, int $column)
Methods
Constructor __construct (line 27)

Constructor

  • access: public
WorksheetCache __construct (Excel.Worksheet $worksheet)
  • Excel.Worksheet $worksheet
getCellValue (line 37)

Get and cache the value from a cell.

  • return: the cell value.
  • access: public
string getCellValue (int $row, int $column)
  • int $row: The row number of the cell.
  • int $column: The column number of the cell.

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