HTML自动生成EXCEL报表


   

<%@ page contentType="application/vnd.ms-excel;charset=UTF-8"%>

<html>
<head>
    <meta http-equiv="Content-Type" content="application/vnd.ms-exc; charset=UTF-8">
</head>
<body>
</body>
</html> 

 

你可能感兴趣的:(html,Excel)