Skip to content
Server
2013.05.24 07:53

php) 엑셀로 저장하기

조회 수 22064 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

php) 엑셀로 저장하기

 

 

좌측으로 셀이동 =  \t

아래로 이동 =  \r

 

간단하죠잉?~

샘플코드


<?

$output_file_name = "다운로드.xls";

        header( "Content-type: application/vnd.ms-excel" );

header( "Content-Disposition: attachment; filename={$output_file_name}.xls" );

header( "Content-Description: PHP4 Generated Data");

?>

 

 

 

 또는

header("Content-type: application/vnd.ms-excel"); 
header("Content-Disposition: attachment; filename=파일명.xls");
header("Content-Description: 파일설명"); 
header("Content-charset=언어셋");

주의할점 : header() 함수를 쓰기전에 어떠한 출력도 있어선 안된다. 출력이 있을경우 Cannot modify~~라는 오류 구문에러가 날것임

로그인 후 댓글쓰기가 가능합니다.

?

List of Articles
번호 분류 제목 날짜 조회 수
72 Server mysql 실행이 안되거나 테이블(사용중) 손상이 잃어난 경우 2 2012.07.14 13083
71 Server mysql 테이블 손상시 #1146 - Table 해결방법 file 2016.07.17 8905
70 Server MYSQL 튜닝 이정도는 해야되지 않겠나? 2 file 2012.07.16 7991
69 Server PHP Opcache 속도개선 시키기 2016.03.07 1829
68 Server PHP Opcache 적용 전과 후의 비교 1 2016.03.07 1307
67 Server PHP Proxy 가져오기 2 2013.04.20 14181
66 Server PHP 가속기 secret 2016.03.05 525
65 Server php) curl_setopt의 옵션 1 10 2013.04.02 12938
64 Server PHP) Example #1 HTML 엔티티 디코딩 13 2013.04.02 10179
63 Server php) register_globals = on 으로 설정할 수 없는경우 10 2013.03.23 8521
62 Server PHP) Web Proxy Server 만들기 소스 1 file 2013.03.04 15138
61 Server php) 변수명을 변수값으로 지정방법 10 2013.03.23 8279
» Server php) 엑셀로 저장하기 2013.05.24 22064
59 Server php) 이미지 사이즈 구해서 0이면 게시물 내용 없애기 2013.07.05 11285
58 Server php.ini 파일설정으로 파일업로드 용량늘리기 2015.03.03 1150
57 Server Proxy and hide ip address problem 1 1 2013.04.03 11999
56 Server PuTTY Download Page(telnet,ftp,ssh) file 2016.12.06 5509
55 Server Server 성능 테스트 secret 2016.11.30 585
54 Server TIME_WAIT를 남기지 않는 세션종료 (Graceful Shutdown) 3 2013.03.02 11173
53 Server V2824 User Manual 1 file 2016.12.06 11722
Board Pagination Prev 1 2 3 4 5 Next
/ 5

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소