public interface ExcelService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
executeExport(ExcelModel model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
执行导出
|
void |
executeExportUserDef(ExcelModel model,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
用户自定义导出
|
void executeExport(ExcelModel model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, java.lang.InterruptedException
model - 数据request - 请求对象response - 相应对象java.io.IOException - 出错抛出异常java.lang.InterruptedException - 出错抛出异常void executeExportUserDef(ExcelModel model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
model - 数据request - 请求对象response - 相应对象java.lang.Exception - 出错抛出异常