|
ILIAS
eassessment Revision 61809
|
Adapter class to provide Excel writing support for ILIAS. More...
Inheritance diagram for ilExcelXLSAdapter:
Collaboration diagram for ilExcelXLSAdapter:Public Member Functions | |
| __construct () | |
| save () | |
| deliver ($outputfilename) | |
| getWorksheetCount () | |
| setActiveWorksheet ($index=0) | |
| setWorksheetTitle ($title) | |
| addWorksheet ($title="") | |
| setColumnWidth ($columnindex, $width) | |
| setCellValue ($row, $col, $value, $format=CELL_FORMAT_NONE) | |
| getFileExtension () | |
| convertToWindowsCharset ($string) | |
| Zusatzfunktion: Umlaute in Excel Tabellenblätter darstellen. | |
Data Fields | |
| $adapter | |
| $workbook | |
| $excelfile | |
| $activesheet | |
| $format_bold | |
| $format_percent | |
| $format_datetime | |
| $format_minutes | |
| $format_title | |
| $format_center | |
Protected Member Functions | |
| getActiveSheet () | |
Adapter class to provide Excel writing support for ILIAS.
Definition at line 13 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::__construct | ( | ) |
Definition at line 26 of file class.ilExcelXLSAdapter.php.
References addWorksheet(), and ilUtil\ilTempnam().
Here is the call graph for this function:| ilExcelXLSAdapter::addWorksheet | ( | $title = "" | ) |
Reimplemented from ilExcelAdapter.
Definition at line 91 of file class.ilExcelXLSAdapter.php.
References $title, convertToWindowsCharset(), and getWorksheetCount().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcelXLSAdapter::convertToWindowsCharset | ( | $string | ) |
Zusatzfunktion: Umlaute in Excel Tabellenblätter darstellen.
Definition at line 149 of file class.ilExcelXLSAdapter.php.
Referenced by addWorksheet(), setCellValue(), and setWorksheetTitle().
Here is the caller graph for this function:| ilExcelXLSAdapter::deliver | ( | $outputfilename | ) |
Reimplemented from ilExcelAdapter.
Definition at line 62 of file class.ilExcelXLSAdapter.php.
References ilUtil\deliverFile(), and exit.
Here is the call graph for this function:
|
protected |
Definition at line 79 of file class.ilExcelXLSAdapter.php.
References $activesheet.
Referenced by setCellValue(), and setWorksheetTitle().
Here is the caller graph for this function:| ilExcelXLSAdapter::getFileExtension | ( | ) |
Reimplemented from ilExcelAdapter.
Definition at line 140 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::getWorksheetCount | ( | ) |
Reimplemented from ilExcelAdapter.
Definition at line 69 of file class.ilExcelXLSAdapter.php.
Referenced by addWorksheet().
Here is the caller graph for this function:| ilExcelXLSAdapter::save | ( | ) |
Reimplemented from ilExcelAdapter.
Definition at line 56 of file class.ilExcelXLSAdapter.php.
References $excelfile.
| ilExcelXLSAdapter::setActiveWorksheet | ( | $index = 0 | ) |
Reimplemented from ilExcelAdapter.
Definition at line 74 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::setCellValue | ( | $row, | |
| $col, | |||
| $value, | |||
$format = CELL_FORMAT_NONE |
|||
| ) |
Reimplemented from ilExcelAdapter.
Definition at line 110 of file class.ilExcelXLSAdapter.php.
References $row, CELL_FORMAT_BOLD, CELL_FORMAT_CENTER, CELL_FORMAT_DATETIME, CELL_FORMAT_MINUTES, CELL_FORMAT_NONE, CELL_FORMAT_PERCENT, CELL_FORMAT_TITLE, convertToWindowsCharset(), and getActiveSheet().
Here is the call graph for this function:| ilExcelXLSAdapter::setColumnWidth | ( | $columnindex, | |
| $width | |||
| ) |
| ilExcelXLSAdapter::setWorksheetTitle | ( | $title | ) |
Reimplemented from ilExcelAdapter.
Definition at line 85 of file class.ilExcelXLSAdapter.php.
References $title, convertToWindowsCharset(), and getActiveSheet().
Here is the call graph for this function:| ilExcelXLSAdapter::$activesheet |
Definition at line 18 of file class.ilExcelXLSAdapter.php.
Referenced by getActiveSheet().
| ilExcelXLSAdapter::$adapter |
Definition at line 15 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::$excelfile |
Definition at line 17 of file class.ilExcelXLSAdapter.php.
Referenced by save().
| ilExcelXLSAdapter::$format_bold |
Definition at line 19 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::$format_center |
Definition at line 24 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::$format_datetime |
Definition at line 21 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::$format_minutes |
Definition at line 22 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::$format_percent |
Definition at line 20 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::$format_title |
Definition at line 23 of file class.ilExcelXLSAdapter.php.
| ilExcelXLSAdapter::$workbook |
Definition at line 16 of file class.ilExcelXLSAdapter.php.