@Service public class OfficeDocServiceImpl extends Object implements OfficeDocService
| 构造器和说明 |
|---|
OfficeDocServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.deepoove.poi.NiceXWPFDocument |
getNiceXWPFDocument(String modelName,
Map<String,Object> data) |
com.deepoove.poi.NiceXWPFDocument |
getXwpfDocument(OfficeExportDTO officeExportDTO) |
List<com.deepoove.poi.NiceXWPFDocument> |
getXwpfDocumentList(OfficeExportDTO officeExportDTO) |
public com.deepoove.poi.NiceXWPFDocument getXwpfDocument(OfficeExportDTO officeExportDTO) throws Exception
getXwpfDocument 在接口中 OfficeDocServiceofficeExportDTO - 导出参数信息Exceptionpublic List<com.deepoove.poi.NiceXWPFDocument> getXwpfDocumentList(OfficeExportDTO officeExportDTO) throws Exception
getXwpfDocumentList 在接口中 OfficeDocServiceofficeExportDTO - 导出参数信息Exceptionpublic com.deepoove.poi.NiceXWPFDocument getNiceXWPFDocument(String modelName, Map<String,Object> data)
getNiceXWPFDocument 在接口中 OfficeDocServicemodelName - 模板文件名称data - 渲染数据Copyright © 2020 GTMAP. All rights reserved.