PHP Class Cml\View\Excel

Inheritance: extends Base
Show file Open project: linhecheng/cmlphp

Public Methods

Method Description
display ( string $filename = '' ) : void 生成Excel文件

Private Methods

Method Description
addRow ( array $data ) : string 循环生成Excel行
config ( $enCoding, boolean $boolean, string $title, string $filename ) : void Excel基础配置

Method Details

display() public method

生成Excel文件
public display ( string $filename = '' ) : void
$filename string
return void