Php/docs/vtiful-kernel-excel.construct

提供:Dev Guides
< Php
移動先:案内検索

Vtiful\Kernel\Excel::__construct

(PECL xlswriter >= 1.2.1)

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


説明

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

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


パラメータ

config
XLSX file export configuration


返り値

Vtiful\Kernel\Excel instance


例1 example

<?php$config = [  'path' => '/home/viest'];$excelObject = new \Vtiful\Kernel\Excel($config);?>