zoukankan      html  css  js  c++  java
  • simple-excel操作模板

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE excel PUBLIC "excel" "https://tobiasy.oss-cn-beijing.aliyuncs.com/dtd/simple-excel.dtd">
    <!--<!DOCTYPE excel SYSTEM "others/dtd/simple-excel.dtd">-->
    <excel>
        <sheet name="学生表">
            <colgroup>
                <col index="A" width='17em'/>
                <col index="B" width='17em'/>
                <col index="C" width='15em'/>
                <col index="D" width='17em'/>
                <col index="E" width='17em'/>
                <col index="F" width='17em'/>
            </colgroup>
            <head>
                <tr allalign="center" height="20px" isbold="true" fontsize="12px" fontname="黑体">
                    <td colspan="7">用户信息表</td>
                </tr>
                <tr align="center" height="12px" fontsize="10px" isbold="true" verticalalign="center">
                    <td rowspan="2">编号</td>
                    <td>姓名</td>
                    <td>性别</td>
                    <td>年龄</td>
                    <td>生日</td>
                    <td>爱好</td>
                    <td rowspan="2">排名</td>
                </tr>
                <tr height="10px">
                    <td>name</td>
                    <td>sex</td>
                    <td>age</td>
                    <td>birthday</td>
                    <td>favourite</td>
                </tr>
            </head>
            <body>
                <tr firstrow="3" height="10px" allalign="center" color="100">
                    <td index="0" property="code"/><!--序号 -->
                    <td index="1" property="name"/><!--姓名 -->
                    <td index="2" property="sex" columnsize="1" /><!--性别 -->
                    <td index="3" property="age" columnsize="1" /><!--年龄 -->
                    <td index="4" property="birthday" columnsize="1" /><!--出生年月 -->
                    <td index="5" property="favourite" columnsize="1" /><!--爱好 -->
                </tr>
    
            </body>
    
        </sheet>
    
    </excel>
  • 相关阅读:
    三调数据库标注插件
    ionic ios 打包发布流程
    ionic ios 打包 真机测试常见问题
    使用Jquery Viewer 展示图片信息
    微信支付退款证书服务器配置
    帝国CMS站点迁移
    solr 服务器搭建(Linux版)
    ionic ios 打包
    Solr 同义词搜索
    ionic 环境搭建
  • 原文地址:https://www.cnblogs.com/tobiasy/p/11776432.html
Copyright © 2011-2022 走看看