PHP 8.4.0 RC4 available for testing

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

示例

示例 #1 example

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

$excelObject = new \Vtiful\Kernel\Excel($config);
?>
添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top