The Vtiful\Kernel\Excel class
(PECL xlswriter >= 1.2.1)
Introducción
Crea archivos xlsx y fija las celdas y produce los archivos xlsx
Sinopsis de la Clase
class Vtiful\Kernel\Excel
{
public constMemory(
string $fileName
,
string $sheetName
= ?)
public fileName(
string $fileName
,
string $sheetName
= ?)
public header(
array $headerData
)
public insertImage(
int $row
,
int $column
,
string $localImagePath
)
public insertText(
int $row
,
int $column
,
stringintdouble $data
,
string $format
= ?)
public setColumn(
string $range
,
float $width
,
resource $format
= ?)
public setRow(
string $range
,
float $height
,
resource $format
= ?)
}
Tabla de contenidos
There are no user contributed notes for this page.