tritilitytest/matthewcsvtest

package to convert spreadsheet into csv

Maintainers

Package info

github.com/MattyGT/tritility-csv-package

pkg:composer/tritilitytest/matthewcsvtest

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2020-08-24 19:01 UTC

This package is not auto-updated.

Last update: 2026-03-04 16:14:55 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.

Vendor 'Tritility' was taken in Packagist so settled with 'TritilityTest'.