2012. 1. 25. 11:17
html을 excel 다운시 서식설정법
2012. 1. 25. 11:17 in -=-= 컴퓨터 =-=-/웹프로그래밍
<head>
<style>
.style0
{mso-number-format:General;
text-align:general;
vertical-align:middle;
white-space:nowrap;
mso-rotate:0;
mso-background-source:auto;
mso-pattern:auto;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:돋움, monospace;
mso-font-charset:129;
border:none;
mso-protection:locked visible;
mso-style-name:표준;
mso-style-id:0;}
.excel_text
{mso-style-parent:style0;
mso-number-format:"@";}
</style>
</head>
사용법
<td class="excel_text" >ㅋㅋㅋ</td>
<style>
.style0
{mso-number-format:General;
text-align:general;
vertical-align:middle;
white-space:nowrap;
mso-rotate:0;
mso-background-source:auto;
mso-pattern:auto;
color:windowtext;
font-size:11.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:돋움, monospace;
mso-font-charset:129;
border:none;
mso-protection:locked visible;
mso-style-name:표준;
mso-style-id:0;}
.excel_text
{mso-style-parent:style0;
mso-number-format:"@";}
</style>
</head>
사용법
<td class="excel_text" >ㅋㅋㅋ</td>
'-=-= 컴퓨터 =-=- > 웹프로그래밍' 카테고리의 다른 글
[javascript] 객체 타입 object htmlCollection 접근 (0) | 2012.03.20 |
---|---|
자바스크립트 예제소스 모음 링크 (0) | 2012.03.14 |
텍스트박스 천단위 콤마 찍기(이벤트 응용) (0) | 2012.01.25 |
[자바스크립트] 클립보드 붙여넣기할때 숫자만 걸러내기 (0) | 2012.01.20 |
[이벤트] onKeyUp OnKeyDown onKeyPress 차이 (0) | 2012.01.19 |