Vtiful\Kernel\Excel constructor
$config
Vtiful\Kernel\Excel constructor, create a class object.
config
XLSX file export configuration
Example #1 example
<?php $config = [ 'path' => '/home/viest' ]; $excelObject = new \Vtiful\Kernel\Excel($config); ?>