easyexcel icon indicating copy to clipboard operation
easyexcel copied to clipboard

模板填充,如何不使用实体类而是List<String>

Open elcnu986 opened this issue 1 year ago • 2 comments

elcnu986 avatar Apr 05 '24 06:04 elcnu986

应该跟文档中不创建对象的写类似吧

LSL1618 avatar Apr 12 '24 01:04 LSL1618

EasyExcel.write(filePath).sheet(tableName).head(head()).doWrite(data()); private List<List<String>> head() {...} private List<List<String>> data() {...}

liangroger avatar May 11 '24 07:05 liangroger