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 |
Tags
- 로니세라
- 코로나백신이상증상
- 코로나백신 어지러움
- windows10 크롬
- Windows10
- 신주쿠 로컬식당
- takanaru
- 윈도우10 vpn
- windows10 cisco vpn
- 노리로또
- 핸드폰 찾기
- 랍스터 찜
- 크롬 인너넷연결 안됨
- 화이자백신
- 10 올림
- 강화 프로방스
- 오라클
- 크롬 인터넷연결
- 코로나백신 부작용
- 크롬 타임아웃
- 성수족발
- 응용 프로그램 내 구입
- cisco vpn
- 신주쿠맛집
- 안드로이드폰 위치
- 10원단위 올림
- 코로나백신 갈증
- 코로나백신
- 분기날짜
- 타카마루
Archives
- Today
- Total
이거 맘대로 되는 세상이 아니구만...
엑셀업로드 시 엑셀포맷 형식 본문
반응형
테이블 Cell(<td>)에 사용할 수 있는 mso-number-format style attribute입니다.
mso-number-format:"0"
NO Decimals
mso-number-format:"0\.000"
3 Decimals
mso-number-format:"\#\,\#\#0\.000"
Comma with 3 dec
mso-number-format:"mm\/dd\/yy"
Date7
mso-number-format:"mmmm\ d\,\ yyyy"
Date9
mso-number-format:"m\/d\/yy\ h\:mm\ AM\/PM"
D -T AMPM
mso-number-format:"Short Date"
01/03/1998
mso-number-format:"Medium Date"
01-mar-98
mso-number-format:"d\-mmm\-yyyy"
01-mar-1998
mso-number-format:"Short Time"
5:16
mso-number-format:"Medium Time"
5:16 am
mso-number-format:"Long Time"
5:16:21:00
mso-number-format:"Percent"
Percent - two decimals
mso-number-format:"0%"
Percent - no decimals
mso-number-format:"0\.E+00"
Scientific Notation
mso-number-format:"\@"
Text
mso-number-format:"\#\ ???\/???"
Fractions - up to 3 digits (312/943)
mso-number-format:"\0022£\0022\#\,\#\#0\.00"
£12.76
mso-number-format:"\#\,\#\#0\.00_ \;\[Red\]\-\#\,\#\#0\.00"
2 decimals, negative numbers in red and signed(1.56 -1.56)
NO Decimals
mso-number-format:"0\.000"
3 Decimals
mso-number-format:"\#\,\#\#0\.000"
Comma with 3 dec
mso-number-format:"mm\/dd\/yy"
Date7
mso-number-format:"mmmm\ d\,\ yyyy"
Date9
mso-number-format:"m\/d\/yy\ h\:mm\ AM\/PM"
D -T AMPM
mso-number-format:"Short Date"
01/03/1998
mso-number-format:"Medium Date"
01-mar-98
mso-number-format:"d\-mmm\-yyyy"
01-mar-1998
mso-number-format:"Short Time"
5:16
mso-number-format:"Medium Time"
5:16 am
mso-number-format:"Long Time"
5:16:21:00
mso-number-format:"Percent"
Percent - two decimals
mso-number-format:"0%"
Percent - no decimals
mso-number-format:"0\.E+00"
Scientific Notation
mso-number-format:"\@"
Text
mso-number-format:"\#\ ???\/???"
Fractions - up to 3 digits (312/943)
mso-number-format:"\0022£\0022\#\,\#\#0\.00"
£12.76
mso-number-format:"\#\,\#\#0\.00_ \;\[Red\]\-\#\,\#\#0\.00"
2 decimals, negative numbers in red and signed(1.56 -1.56)
[CSS style sheet]
td.accountnum
{mso-number-format:\@}
[Attribute]
<td class="accountnum">01070000<td>
[style]
<td style='mso-number-format:\@'>01070000<td>
반응형
Comments