Skip to content

This tool converts Plain Old Java Objects (POJOs) to excel worksheets containing all the data from the list of objects using Reflection.

License

Notifications You must be signed in to change notification settings

jasonjente/excel-from-pojos

Repository files navigation

excel-from-pojos

This tool converts a list of Plain Old Java Objects (POJOs) to an excel worksheet using reflection, containing all the data from the list of objects.

I opted for reflection because it made the solution more generic to many different object types with completely different attributes. The idea behind this tool is that it scans the contained class from the list and then for each getter method, it creates a header cell with the attribute name and then using reflection the tool invokes the getter methods from the object to fill the rest of the cells.

Example:

image

image

image

About

This tool converts Plain Old Java Objects (POJOs) to excel worksheets containing all the data from the list of objects using Reflection.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages