panix / mod-csv
Module import/export files csv, xlsx, xls
1.0.4
2021-01-27 16:47 UTC
Requires
- google/apiclient: ^2.8
- nelexa/zip: ~3
- phpoffice/phpspreadsheet: ~1.14
README
Module for PIXELION CMS
Installation
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-csv "*"
or add
"panix/mod-csv": "*"
to the require section of your composer.json file.
Add to web config.
'bootstrap' => [
..
'queueSheets'
],
'modules' => [
'csv' => ['class' => 'panix\mod\csv\Module'],
],