Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 269 Bytes

File metadata and controls

12 lines (9 loc) · 269 Bytes

Apache-POI-Excel

I tried to make it easier to use Apache-POI (Excel)

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