mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 13:28:17 +01:00
8e7591654a
This patch removes deprecated PEAR excel export lib in favour of newer PHPExcel, the ODS exporter implementation is finished and a test script is included. The default Excel format is now 2007, file extension is changed automatically to match excel format.
13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
Description of PHPExcel 1.7.8 import into Moodle
|
|
|
|
Steps:
|
|
* download release package from https://github.com/PHPOffice/PHPExcel
|
|
* copy Classes directory
|
|
* update lib/thirdpartylibs.xml
|
|
* apply changes
|
|
* go to http://127.0.0.1/lib/tests/other/spreadsheettestpage.php
|
|
and test the generated files
|
|
|
|
Changes:
|
|
* Shared/File/sys_get_temp_dir() - we can not guarantee sys_get_temp_dir() works everywhere
|