You can export your POJO or DTO.
You can add @Excel on your DTO or POJO Field:
@Excel(header = "نام")
private String name;
more information follow https://github.com/apache/poi
You can export your POJO or DTO.
You can add @Excel on your DTO or POJO Field:
@Excel(header = "نام")
private String name;
more information follow https://github.com/apache/poi