Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

创建导入模板时报错 #26

@MiTuXiaoMaNong

Description

@MiTuXiaoMaNong

代码:
@RequestMapping(value = "api/downTemplate", method = RequestMethod.GET)
public void downTemplate(HttpServletResponse response) {
List userList = equipmentService.findEquipmentList(new Equipment());
ExcelKit.$Export(Equipment.class, response).downXlsx(userList, true);
}
实体类:
image
报错:
java.lang.NoSuchMethodError: org.apache.poi.xssf.streaming.SXSSFSheet.createDrawingPatriarch()Lorg/apache/poi/xssf/streaming/SXSSFDrawing;
请问一下大神这是什么情况,需要怎么修改??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions