panix / mod-csv
Module import/export files csv, xlsx, xls
Installs: 201
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:pixelion-module
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'],
],