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

1.0.4 2021-01-27 16:47 UTC

README

Module for PIXELION CMS

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

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'],
],