excel-plus
excel-plus copied to clipboard
同样出现设置模板并没有填充模板的sheet表,而又重新创建的sheet0,使用sheet指定后报错(sheet名字重复)
Writer.create().withTemplate(path) .sheet("成绩单") .withRows(all) .isAppend(true) .to(new File(filePath));