Skip to content

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

Notifications You must be signed in to change notification settings

aamnapm/Apache-POI-Excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages