Documentación offline PHP master

Vtiful\Kernel\Excel::fileName

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

En esta página

Vtiful\Kernel\Excel::fileName

Vtiful\Kernel\Excel fileName

Descripción#

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

Crear un nuevo archivo xlsx y crea una hoja de trabajo.

## 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->fileName('tutorial.xlsx', 'sheet'); ?>

```php