欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

JAVA:Excel导入导出详解(3)--导出

程序员文章站 2022-03-11 12:12:46
...

Excel导出

一、设定查询条件

  1. 注意:无法通过Ajax下载

  2. jsp代码

    <form class="col-sm-2" action="/manage/order/download" method="post" onsubmit="checkForm()">
        <input type="submit" class="btn btn-success btn-sm " value="Excel导出">
        <input id="mainorderNum1" name="mainorderNum" value="" style="display: none"></input>
        <input id="phone1" name="phone" value="" style="display: none"></input>
        <input id="deliveryState1" name="deliveryState" value="" style="display: none"></input>
        <input id="orderType1" name="orderType" value="" style="display: none"></input>
        <input id="orderState1" name="orderState" value="" style="display: none"></input>
        <input id="startTime1" name="startTime" value="" style="display: none"></input>
        <input id="endTime1" name="endTime" value="" style="display: none"></input>
        <input id="goodsId1" name="goodsId" value="" style="display: none"></input>
    </form>
    
  3. js代码

二、数据库中查询相应的数据

  1. 注意

三、将数据写入Excel

  1. 注意
  2. 代码
  3. 代码

四、将Excel下载至本地

  1. 注意
  2. 代码
  3. 代码
相关标签: excel