Skip to content

Commit

Permalink
POJO, Map or DynaBean
Browse files Browse the repository at this point in the history
  • Loading branch information
gastendonk committed Apr 17, 2024
1 parent f5279c6 commit 0fc5bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jxls-site/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ List<Employee> employees = ...

If you want to reuse code from us see Employee.java and Employee#generateSampleEmployeeData() in our Github repository.

Instead of a POJO it is also possible to use a `Map<String, Object>` or a Apache Commons BeanUtils DynaBean.

## Template

The advantage of Jxls is that reports do not have to be programmed. Instead templates will be used.
Expand Down

0 comments on commit 0fc5bc4

Please sign in to comment.