Skip to content

Releases: pig-mesh/excel-spring-boot-starter

support springboot 2.7

07 Jun 01:47
Compare
Choose a tag to compare
v1.2.4

:bookmark: Releasing / Version tags. 1.2.4 supoort springboot 2.7.0

support fill 模板填充

27 May 08:58
Compare
Choose a tag to compare
    @ResponseExcel(name = "模板测试excel", fill = true,sheets = {@Sheet(sheetName = "测试模板")}, template = "fill.xlsx")
    @GetMapping("/")
    public List<FillData> get() {

        ArrayList<FillData> list = new ArrayList<>();
        FillData fillData = new FillData("a", 12.1, new Date());
        FillData fillDataq = new FillData("qa", 12.1, new Date());
        FillData fillDataa = new FillData("ac", 12.1, new Date());
        FillData fillDatac = new FillData("aa", 12.1, new Date());

        list.add(fillDatac);
        list.add(fillDataq);
        list.add(fillDataa);
        list.add(fillData);
        return null;
    }

1.2.0

13 May 09:40
Compare
Choose a tag to compare
v1.2.0

:bookmark: Releasing / Version tags. 1.2.0

1.1.1

29 Jan 16:00
Compare
Choose a tag to compare
:bookmark: Releasing / Version tags. 1.1.1

1.1.0

13 Jan 03:28
Compare
Choose a tag to compare
:bookmark: Releasing / Version tags. 1.1.0

1.0.0

12 Jan 05:44
Compare
Choose a tag to compare
:bookmark: Releasing / Version tags. 1.0.0