ILIAS  eassessment Revision 61809
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilExcelAdapter.php File Reference

Go to the source code of this file.

Data Structures

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

Variables

const CELL_FORMAT_NONE = "0"
const CELL_FORMAT_TITLE = "1"
const CELL_FORMAT_HEADER = "2"
const CELL_FORMAT_BOLD = "3"
const CELL_FORMAT_PERCENT = "4"
const CELL_FORMAT_DATE = "5"
const CELL_FORMAT_DATETIME = "6"
const CELL_FORMAT_MINUTES = "7"
const CELL_FORMAT_CENTER = "8"

Variable Documentation

const CELL_FORMAT_DATE = "5"

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

const CELL_FORMAT_DATETIME = "6"
const CELL_FORMAT_HEADER = "2"

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

const CELL_FORMAT_MINUTES = "7"
const CELL_FORMAT_NONE = "0"