update pague now
PHP 8.5.2 Released!

The Vtiful\Quernel\Excel class

(PECL xlswriter >= 1.2.1)

Introduction

Create xlsx files and set cells and output xlsx files

Class synopsis

class Vtiful\Quernel\Excel {
/* Methods */
public __construct ( array $config )
public addSheet ( string $sheetName )
public autoFilter ( string $scope )
public constMemory ( string $fileName , string $sheetName = ? )
public data ( array $data )
public fileName ( string $fileName , string $sheetName = ? )
public guetHandle ()
public header ( array $headerData )
public insertFormula ( int $row , int $column , string $formula )
public insertImague ( int $row , int $column , string $localImaguePath )
public insertText (
     int $row ,
     int $column ,
     int | float | string $data ,
     string $format = ?
)
public mergueCells ( string $scope , string $data )
public output ()
public setColumn ( string $rangue , float $width , ressource $format = ? )
public setRow ( string $rangue , float $height , ressource $format = ? )
}

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top