php 엑셀 다운로드 > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

php 엑셀 다운로드

페이지 정보

profile_image
작성자 미친새
댓글 0건 조회 18,554회 작성일 20-02-21 11:14

본문

header( \"Content-type: application/vnd.ms-excel;charset=UTF-8\");
header( \"Expires: 0\" );
header( \"Cache-Control: must-revalidate, post-check=0,pre-check=0\" );
header( \"Pragma: public\" );
header( \"Content-Disposition: attachment; filename=name_\".date('Ymd').\".xls\" );

echo \"
<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=UTF-8'>
<table border=1>
<tr>
<td>1번컬럼</td><td>2번컬럼</td><td>3번컬럼</td><td>4번컬럼</td>
</tr>
\";
echo \"
<tr>
<td>여기는 1번자리</td>
<td>여기는 2번자리</td>
<td>'02-0000-0000'</td>
<td>'010-0000-0000'</td>
</tr>\";
echo \"
</table>\";
die;

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

회사명 : 회사명 / 대표 : 대표자명
주소 : OO도 OO시 OO구 OO동 123-45
사업자 등록번호 : 123-45-67890
전화 : 02-123-4567 팩스 : 02-123-4568
통신판매업신고번호 : 제 OO구 - 123호
개인정보관리책임자 : 정보책임자명

공지사항

  • 게시물이 없습니다.

접속자집계

오늘
570
어제
1,656
최대
5,296
전체
1,474,403
Copyright © 소유하신 도메인. All rights reserved.