定义CSS
将需要导出的网页css放到网页内,不能使用<link>引用,否则不能导出网页原有格式,最好使用精简的css,保证兼容性,如:
<style type="text/css">
<!--
body ,th,td{font:normal 12px 宋体; }
td { height:20px; font-size:12px;}
.STYLE1 {
font-size: 24px;
text-decoration:underline;
color: #009900;
font-weight: bold;
}
-->
</style>
以上css仅定义了整个表格的字体字号和一个STYLE1的css