Vtiful\Kernel\Excel::__construct

(PECL xlswriter >= 1.2.1)

Vtiful\Kernel\Excel::__constructConstructeur de la classe Vtiful\Kernel\Excel

Description

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

Constructeur de la classe Vtiful\Kernel\Excel ; crée un nouvel objet.

Liste de paramètres

config

Configuration de l'exportation du fichier XLSX

Exemples

Exemple #1 Exemple

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

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

User Contributed Notes

There are no user contributed notes for this page.
To Top