(PECL xlswriter >= 1.2.1)
Vtiful\Kernel\Excel::__construct — Vtiful\Kernel\Excel constructor
Vtiful\Kernel\Excel constructor, crea un objeto de clase.
config
Configuración de la exportación de archivos XLSX
Ejemplo #1 ejemplo
<?php
$config = [
'path' => '/home/viest'
];
$excelObject = new \Vtiful\Kernel\Excel($config);
?>