diff --git a/jxls-site/docs/getting-started.md b/jxls-site/docs/getting-started.md index e62b3c95..8a8e61d4 100644 --- a/jxls-site/docs/getting-started.md +++ b/jxls-site/docs/getting-started.md @@ -19,6 +19,8 @@ List 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` 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.