moodle-report_usergrades/composer.json
Kumi 56494f7d15
feat: Add HTML to text conversion and enhance Excel export
Integrates soundasleep/html2text library for HTML to text conversion in user grade export.
Applies consistent styling in Excel export, enhancing readability.
Includes email field in exported user details.
2024-11-27 15:36:37 +01:00

6 lines
111 B
JSON

{
"require": {
"phpoffice/phpspreadsheet": "^3.5",
"soundasleep/html2text": "^2.1"
}
}