Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
													Tags
													
											
												
												- MySQL
- ASP
- port
- Excel
- urllib
- javascript
- python
- MS-SQL
- flutter
- 날짜
- PyQt
- tensorflow
- mssql
- GIT
- 다이어트
- 유니티
- Linux
- pandas
- 리눅스
- sqlite
- IOS
- node.js
- PyQt5
- ubuntu
- swift
- Unity
- 라즈베리파이
- 함수
- 맛집
- PER
													Archives
													
											
											
											
											아미(아름다운미소)
ASP 엑셀파일로 저장하기 본문
ASP 엑셀파일로 저장하기
    Response.Buffer = True     
    Response.ContentType = "application/vnd.ms-excel"
    Response.CacheControl = "public"
    Response.AddHeader "Content-disposition","attachment;filename=ASP엑셀예제_"&date()& ".xls"
'랭귀지 > ASP' 카테고리의 다른 글
| [ASP] 1자리 숫자 0 붙이기 (0) | 2018.08.17 | 
|---|---|
| [ASP] 엑셀 다운로드시, 셀속성 지정하는 방법 (0) | 2018.08.12 | 
| ASP 페이지 한글깨짐 (0) | 2018.02.28 | 
| asp에서 json 텍스트를 받아서 파싱 데이터 처리 (0) | 2018.02.21 | 
| [asp] 유용함수 정리 (0) | 2018.01.11 | 
			  Comments