public class ExcelUtil extends Object
| 构造器和说明 |
|---|
ExcelUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.poi.ss.usermodel.CellStyle |
beautifyExcelStyle(org.apache.poi.ss.usermodel.Workbook wb) |
static OutputStream |
downLoadFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String fileName) |
public static org.apache.poi.ss.usermodel.CellStyle beautifyExcelStyle(org.apache.poi.ss.usermodel.Workbook wb)
public static OutputStream downLoadFile(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String fileName)
Copyright © 2023. All rights reserved.