Notice
Recent Posts
Recent Comments
Link
Daniel's Knowledge Storage
php excel(엑셀) 헤더 선언 본문
header( "Content-type: application/vnd.ms-excel" );
header( "Content-Disposition: attachment; filename=xls-filename" );
header( "Content-Description: PHP4 Generated Data" );
Excel파일 헤더선언부분이다.
이로써 2진 텍스트 데이터로서 Excel파일 컨버팅, 그리고 Explorer오픈이 가능케 된다.
header( "Content-Disposition: attachment; filename=xls-filename" );
header( "Content-Description: PHP4 Generated Data" );
Excel파일 헤더선언부분이다.
이로써 2진 텍스트 데이터로서 Excel파일 컨버팅, 그리고 Explorer오픈이 가능케 된다.
'Develop > PHP' 카테고리의 다른 글
Mysql과 php MD5() 함수를 이용한 암호화 (0) | 2009.08.31 |
---|---|
PHP 모듈 표준 프로그래밍 가이드 +폴더 구성 + 코딩 스타일 가이드 (0) | 2009.08.31 |
외부 smtp사용해서 메일 발송 (0) | 2009.08.31 |
로그인 세션처리 (0) | 2009.08.31 |
인기검색어 퀄리 방법 (0) | 2009.08.30 |
Comments