tritilitytest / matthewcsvtest
package to convert spreadsheet into csv
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tritilitytest/matthewcsvtest
This package is not auto-updated.
Last update: 2025-10-29 14:44:51 UTC
README
Dependencies: PHP 7.2.5+, Lumen 7.0+, PHPSpreadsheet 1.14+
Run 'composer require tritilitytest/matthewcsvtest'
Run 'composer require phpoffice/phpspreadsheet'
Add '"tritilitytest\\matthewcsvtest\\": "vendor/tritilitytest/matthewcsvtest"' to 'psr-4' attribute in root composer.json.
Register Service Provider: Add '$app->register(tritilitytest\matthewcsvtest\MatthewCSVTestServiceProvider::class);' to 'bootstrap\app.php'.
After the above, run 'composer dumpautoload'.
Place xls files in the 'public/spreadsheets' folder to be converted.
Once the above steps have been completed, please run the command 'php artisan GenerateCSV' in your console.