반응형
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
- 자마린
- 커피역사
- 여행
- shared
- 커피블로그
- fso
- Classic ASP
- ServerVariables
- 로부스타
- xamarin
- 커피풍미
- 커피
- 에스프레소
- 태그를 입력해 주세요.
- KnockoutJS
- 프렌치프레스
- 드립 커피
- 함수
- KO
- xamarin.android
- 아라비카
- Android
- xamarin.forms
- 템플릿
- Unity
- 원두
- vbscript
- asp
- NGUI
- 제주도
Archives
- Today
- Total
목록엑셀 (1)
개발人
엑셀파일 변환
방법1 Response.Buffer = True Response.ContentType = "Application/vnd.ms-excel" Response.AddHeader "파일명.xls" 방법2 Response.ContentType = "application/x-csv" Response.AddHeader "Meta", "charset='euc-kr'" Response.AddHeader "Content-disposition", attachment;filename="파일명.xls"
Classic ASP
2014. 8. 5. 08:13