-
Notifications
You must be signed in to change notification settings - Fork 507
[Task] ExcelProperty添加分组字段,可以根据传参动态渲染表头数量 #854
Copy link
Copy link
Open
Labels
discussion welcomeWelcome to join the discussion togetherWelcome to join the discussion togetherhelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
discussion welcomeWelcome to join the discussion togetherWelcome to join the discussion togetherhelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
Motivation
如下案例:通过types定义每个字段,当我需要导出的时候传入all则渲染所有字段表头,传入school则只导出school相关的表头及数据
`package cn.idev.excel.test.demo.write;
import cn.idev.excel.annotation.ExcelProperty;
import lombok.Data;
@DaTa
public class SchoolWholeStatData {
}`
How to complete
1、ExcelProperty注解新增分组
2、FastExcel.write()方法新增传入本次导出分组数据
Task List
No response
Anything else?
No response