PHP 클래스 Cml\View\Excel

상속: extends Base
파일 보기 프로젝트 열기: linhecheng/cmlphp

공개 메소드들

메소드 설명
display ( string $filename = '' ) : void 生成Excel文件

비공개 메소드들

메소드 설명
addRow ( array $data ) : string 循环生成Excel行
config ( $enCoding, boolean $boolean, string $title, string $filename ) : void Excel基础配置

메소드 상세

display() 공개 메소드

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