Generate/Export excel file from Java Play Framework 2.0 List<object>
问题 I need to generate/export a excel file from a table that is generated from a list of objects. I can see that there is a module for Play 1.x but not for Play 2.x and. I found a possible solution but it is written in scala (I think) here: http://aishwaryasinghal.wordpress.com/2012/05/17/generating-excel-in-play-2/ I've tried to implement this but I think my imports doesn't work. import java.io.FileOutputStream; import org.apache.poi.xssf.usermodel.*; import org.apache.poi.xssf.*; import org