| 程序包 | 说明 |
|---|---|
| com.github.javahao.util.word |
| 限定符和类型 | 方法和说明 |
|---|---|
ExportExcel |
ExportExcel.dispose()
清理临时文件
|
<E> ExportExcel |
ExportExcel.setDataList(List<E> list)
添加数据(通过annotation.ExportField添加数据)
|
ExportExcel |
ExportExcel.write(OutputStream os)
输出数据流
|
ExportExcel |
ExportExcel.write(String fileName,
javax.servlet.http.HttpServletResponse response)
输出到客户端
|
ExportExcel |
ExportExcel.writeFile(String name)
输出到文件
|
Copyright © 2017-6-20–2017. All rights reserved.