Documentación offline PHP master

Vtiful\Kernel\Excel::constMemory

master Ver versión oficial en línea Licencia CC-BY-3.0Descargado el 2026-08-02

En esta página

Vtiful\Kernel\Excel::constMemory

Vtiful\Kernel\Excel constMemory

Descripción#

public Vtiful\Kernel\Excel::constMemory(string $fileName, [string $sheetName])
```php

Escribe un archivo grande con un uso constante de la memoria.

## Parámetros

`fileName`  
Nombre del archivo XLSX

`sheetName`  
Nombre de la hoja de trabajo

## Valores devueltos

instancia `Vtiful\Kernel\Excel`

## Ejemplos

ejemplo
'/home/viest' ]; $fileObject = new \Vtiful\Kernel\Excel($config); $file = $fileObject->constMemory('tutorial.xlsx', 'sheet'); ?>

```php