Vtiful\Kernel\Excel::__construct
(PECL xlswriter >= 1.2.1)
Vtiful\Kernel\Excel::__construct — Vtiful\Kernel\Excel constructor
说明
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);
?>
  +添加备注
  
 用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/vtiful-kernel-excel.construct.php