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

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

Detailed Description

Definition at line 1465 of file tablelib.php.


Member Function Documentation

add_data ( row)

Reimplemented from table_default_export_format_parent.

Definition at line 1517 of file tablelib.php.

Reimplemented from table_default_export_format_parent.

Definition at line 1527 of file tablelib.php.

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.

Here is the caller graph for this function:

Definition at line 1535 of file tablelib.php.

Definition at line 1532 of file tablelib.php.

output_headers ( headers)

Definition at line 1508 of file tablelib.php.

start_document ( filename)

Definition at line 1489 of file tablelib.php.

Here is the call graph for this function:

start_table ( sheettitle)

Definition at line 1503 of file tablelib.php.


Field Documentation

$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.


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