Trying to use Apache POI for Excel Export

0
Has anyone come across any great references on how to get started using something like Apache POI in Java within Mendix?  I've never used the custom Java Actions and am looking for a good reference video/article on how to set everything up.  It would be nice if their example was using Apache POI but not necessary.  I've tried the Marketplace Excel Exporter and found it lacking in the formatting and stuff that I would like to have for our reports.  I have used a C# library in another app that I developed (not Mendix) and the Apache POI library seems similar to that library.
asked
1 answers
2

Hi Steven , 

 

Please refer my blog on excel generation using Apache POI Libraries 

 

Static Entity - https://www.indiumsoftware.com/blog/a-comprehensive-guide-to-creating-high-performance-excel-generation/

 

Dynamic Entity - https://www.indiumsoftware.com/blog/high-performance-excel-generation-dynamic-entity-and-columns/

answered