Commit graph

2 commits

Author SHA1 Message Date
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
7252b729b2
feat: Add Composer support with PhpSpreadsheet dependency
Introduces Composer to manage PHP dependencies for the project.
Includes phpoffice/phpspreadsheet as a required library to
facilitate spreadsheet manipulation.

The `.gitignore` file is updated to exclude composer.phar
and the vendor directory, ensuring sensitive data and
unnecessary files are not tracked.

These changes enable more efficient dependency management
and streamline the integration of third-party packages.
2024-11-25 09:55:11 +01:00