• <table id="l69ga"><video id="l69ga"><menuitem id="l69ga"></menuitem></video></table>
  • <code id="l69ga"></code>

    Vtiful\Kernel\Excel::__construct

    (PECL xlswriter >= 1.2.1)

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

    說(shuō)明

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

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

    參數(shù)

    config

    XLSX file export configuration

    范例

    示例 #1 example

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

    $excelObject = new \Vtiful\Kernel\Excel($config);
    ?>