Vtiful\Kernel\Excel::__construct
(PECL xlswriter >= 1.2.1)
Vtiful\Kernel\Excel::__construct — Vtiful\Kernel\Excel constructor
Beschreibung
$config
)Vtiful\Kernel\Excel constructor, create a class object.
Parameter-Liste
-
config
-
XLSX file export configuration
Beispiele
Beispiel #1 example
<?php
$config = [
'path' => '/home/viest'
];
$excelObject = new \Vtiful\Kernel\Excel($config);
?>