Moodle  2.2.1
http://www.collinsharper.com
Spreadsheet_Excel_Writer Class Reference
Inheritance diagram for Spreadsheet_Excel_Writer:
Collaboration diagram for Spreadsheet_Excel_Writer:

Public Member Functions

 Spreadsheet_Excel_Writer ($filename= '')
 send ($filename)

Static Public Member Functions

 rowcolToCell ($row, $col)

Detailed Description

Definition at line 45 of file Writer.php.


Member Function Documentation

rowcolToCell ( row,
col 
) [static]

Utility function for writing formulas Converts a cell's coordinates to the A1 format.

public

Parameters:
integer$rowRow for the cell to convert (0-indexed).
integer$colColumn for the cell to convert (0-indexed).
Returns:
string The cell identifier in A1 format

Definition at line 84 of file Writer.php.

send ( filename)

Send HTTP headers for the Excel file.

Parameters:
string$filenameThe filename to use for HTTP headers public

Definition at line 65 of file Writer.php.

Spreadsheet_Excel_Writer ( filename = '')

The constructor. It just creates a Workbook

Parameters:
string$filenameThe optional filename for the Workbook.
Returns:
Spreadsheet_Excel_Writer_Workbook The Workbook created

Definition at line 53 of file Writer.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations