Welcome to my codebase! Here, you can easily generate a detailed spreadsheet tailored to your needs with the help of the Clockodo API. Feel free to customize the code as per your requirements.
Inside the public/excel directory, you'll find a default layout for the Excel sheet, named according to the format: MONTH_YEAR_FIRSTNAME_LASTNAME.xlsx.
Simply adjust the rows you wish to modify in the WriteToSpreadsheetService.php file.
We've provided some default code to guide you through the process.
composer install
symfony server:start
CLOCKODO_EMAIL=email.email@yahoo.com
CLOCKODO_API_KEY=apikey
http://127.0.0.1:8000/generate
Generate Excel Sheets for given Month (Check TODO) Have Multiple Excels inside public/excel Generate automatically via Cron at the end of the Month