Tips
html style을 이용하여 엑셀 출력시 서식 텍스트로 지정하기
kunoo
2020. 11. 4. 09:47
<table>
<tr>
<td style="mso-number-format:'\@'">12345</td>
</tr>
</table>