2012. 1. 25. 11:17

html을 excel 다운시 서식설정법

<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>