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


Public Member Functions | |
| define_workbook () | |
| start_document ($filename) | |
| start_table ($sheettitle) | |
| output_headers ($headers) | |
| add_data ($row) | |
| add_seperator () | |
| finish_table () | |
| finish_document () | |
Data Fields | |
| $rownum | |
| $workbook | |
| $worksheet | |
| $formatnormal | |
| $formatheaders | |
| $fileextension | |
Definition at line 1465 of file tablelib.php.
| add_data | ( | $ | row | ) |
Reimplemented from table_default_export_format_parent.
Definition at line 1517 of file tablelib.php.
| add_seperator | ( | ) |
Reimplemented from table_default_export_format_parent.
Definition at line 1527 of file tablelib.php.
| define_workbook | ( | ) |
This method will be overridden in the child class.
Reimplemented in table_ods_export_format, and table_excel_export_format.
Definition at line 1486 of file tablelib.php.

| finish_document | ( | ) |
Definition at line 1535 of file tablelib.php.
| finish_table | ( | ) |
Definition at line 1532 of file tablelib.php.
| output_headers | ( | $ | headers | ) |
Definition at line 1508 of file tablelib.php.
| start_document | ( | $ | filename | ) |
| start_table | ( | $ | sheettitle | ) |
Definition at line 1503 of file tablelib.php.
| $fileextension |
should be overriden in child class.
Reimplemented in table_ods_export_format, and table_excel_export_format.
Definition at line 1481 of file tablelib.php.
| $formatheaders |
Definition at line 1476 of file tablelib.php.
| $formatnormal |
Definition at line 1472 of file tablelib.php.
| $rownum |
Definition at line 1466 of file tablelib.php.
| $workbook |
Definition at line 1467 of file tablelib.php.
| $worksheet |
Definition at line 1468 of file tablelib.php.