ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilExcelAdapter Class Reference

Adapter class to provide Excel writing support for ILIAS. More...

+ Inheritance diagram for ilExcelAdapter:
+ Collaboration diagram for ilExcelAdapter:

Public Member Functions

 save ()
 deliver ($outputfilename)
 getWorksheetCount ()
 setActiveWorksheet ($index=0)
 setWorksheetTitle ($title)
 addWorksheet ($title="")
 setCellValue ($row, $col, $value, $format=CELL_FORMAT_NONE)
 getFileExtension ()
 setColumnWidth ($columnindex, $width)

Detailed Description

Adapter class to provide Excel writing support for ILIAS.

Author
Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de
Version
$Id$

Definition at line 21 of file class.ilExcelAdapter.php.

Member Function Documentation

ilExcelAdapter::addWorksheet (   $title = "")
abstract

Reimplemented in ilExcelXMLAdapter, and ilExcelXLSAdapter.

ilExcelAdapter::deliver (   $outputfilename)
abstract

Reimplemented in ilExcelXLSAdapter, and ilExcelXMLAdapter.

ilExcelAdapter::getFileExtension ( )
abstract

Reimplemented in ilExcelXMLAdapter, and ilExcelXLSAdapter.

ilExcelAdapter::getWorksheetCount ( )
abstract

Reimplemented in ilExcelXMLAdapter, and ilExcelXLSAdapter.

ilExcelAdapter::save ( )
abstract

Reimplemented in ilExcelXLSAdapter, and ilExcelXMLAdapter.

ilExcelAdapter::setActiveWorksheet (   $index = 0)
abstract

Reimplemented in ilExcelXMLAdapter, and ilExcelXLSAdapter.

ilExcelAdapter::setCellValue (   $row,
  $col,
  $value,
  $format = CELL_FORMAT_NONE 
)
abstract

Reimplemented in ilExcelXMLAdapter, and ilExcelXLSAdapter.

ilExcelAdapter::setColumnWidth (   $columnindex,
  $width 
)
abstract

Reimplemented in ilExcelXLSAdapter, and ilExcelXMLAdapter.

ilExcelAdapter::setWorksheetTitle (   $title)
abstract

Reimplemented in ilExcelXLSAdapter, and ilExcelXMLAdapter.


The documentation for this class was generated from the following file: