Vtiful\Kernel\Excel::__construct

Vtiful\Kernel\Excel constructor

説明

public Vtiful\Kernel\Excel::__construct(array $config)

Vtiful\Kernel\Excel constructor, create a class object.

パラメータ

config

XLSX file export configuration

例1 example

<?php
$config = [
  'path' => '/home/viest'
];

$excelObject = new \Vtiful\Kernel\Excel($config);
?>