|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| Spreadsheet_Excel_Writer ($filename= '') | |
| send ($filename) | |
Static Public Member Functions | |
| rowcolToCell ($row, $col) | |
Definition at line 45 of file Writer.php.
| rowcolToCell | ( | $ | row, |
| $ | col | ||
| ) | [static] |
Utility function for writing formulas Converts a cell's coordinates to the A1 format.
public
| integer | $row | Row for the cell to convert (0-indexed). |
| integer | $col | Column for the cell to convert (0-indexed). |
Definition at line 84 of file Writer.php.
| send | ( | $ | filename | ) |
Send HTTP headers for the Excel file.
| string | $filename | The 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
| string | $filename | The optional filename for the Workbook. |
Definition at line 53 of file Writer.php.
