by Jeremy Newman laxdragon@gmail.com
This is an expense report form that takes user input and generates an email with spreadsheet attachment that is emailed off to the HR department.
Dependencies:
- PHP 7.4 or above
- https://github.com/PHPOffice/PhpSpreadsheet
- docs: https://phpspreadsheet.readthedocs.io/en/latest/
- https://github.com/PHPMailer/PHPMailer
- docs: https://github.com/PHPMailer/PHPMailer/wiki
Install dependencies:
mkdir includecd includecomposer require phpoffice/phpspreadsheetcompser require phpmailer/phpmailer