Vtiful\Kernel\Excel::constMemory

(PECL xlswriter >= 1.2.1)

Vtiful\Kernel\Excel::constMemoryVtiful\Kernel\Excel constMemory

Descrição

public Vtiful\Kernel\Excel::constMemory(string $fileName, string $sheetName = ?)

Grava um arquivo grande com uso constante de memória.

Parâmetros

fileName

Nome do arquivo XLSX.

sheetName

Nome da planilha.

Valor Retornado

Instância de Vtiful\Kernel\Excel.

Exemplos

Exemplo #1 Exemplo

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

$fileObject = new \Vtiful\Kernel\Excel($config);

$file = $instance->constMemory('tutorial.xlsx', 'sheet');
?>
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top