Introdução
PHP Manual
PHP Manual»XLSWriter»Vtiful\Kernel\Format

A classe Vtiful\Kernel\Format

(PECL xlswriter >= 1.2.1)

Cria um objeto de formato de célula

class Vtiful\Kernel\Format {
/* Constantes */
/* Métodos */
public function align(resource $handle, int $style)
public function bold(resource $handle)
public function italic(resource $handle)
public function underline(resource $handle, int $style)
}

Índice

To Top