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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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