Vtiful\Kernel\Excel::__construct

(PECL xlswriter >= 1.2.1)

Vtiful\Kernel\Excel::__constructVtiful\Kernel\Excel constructor

Beschreibung

public Vtiful\Kernel\Excel::__construct(array $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);
?>
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top