[PhpMyCodeGenerator-ArrayToExcel] element index

Package indexes

All elements
a c g n q r s v w _
_
top
__construct
Spreadsheet::__construct() in Spreadsheet.php
Constructor
__construct
Constructor
__construct
Worksheet::__construct() in Worksheet.php
Constructor
__toString
Cell::__toString() in Cell.php
a
top
$ActiveSheet
Spreadsheet::$ActiveSheet in Spreadsheet.php
The active worksheet.
c
top
$Column
Cell::$Column in Cell.php
The column number of the cell.
Cell
Cell in Cell.php
An adapter to an Excel.Range-like object.
Cells
Worksheet::Cells() in Worksheet.php
Return an Excel.Range-like object for a cell.
Cell.php
Cell.php in Cell.php
g
top
getLastCell
Worksheet::getLastCell() in Worksheet.php
Return an Excel.Range-like object for the last cell.
n
top
$Name
Worksheet::$Name in Worksheet.php
The name of the worksheet.
q
top
Quit
Spreadsheet::Quit() in Spreadsheet.php
Provide the Quit() method of the Excel.Application object.
r
top
$Row
Cell::$Row in Cell.php
The row number of the cell.
s
top
Spreadsheet.php
Spreadsheet.php in Spreadsheet.php
SpecialCells
Return an Excel.Range-like object for the last cell.
Spreadsheet
Spreadsheet in Spreadsheet.php
An adapter from an array to an Excel.Application-like object.
v
top
$Value
Cell::$Value in Cell.php
The value of the cell.
w
top
$Worksheets
Spreadsheet::$Worksheets in Spreadsheet.php
Mapping from worksheet name to Worksheet.
Worksheet.php
Worksheet.php in Worksheet.php
Worksheet
Worksheet in Worksheet.php
An adapter from an array to an Excel.Worksheet-like object.
Worksheets
Spreadsheet::Worksheets() in Spreadsheet.php
Return an Excel.Worksheet-like object, given the name of the worksheet.
a c g n q r s v w _