Evaluation from Apache POI and JExcel Api
问题 I need create Excel woorkbooks in Grails, Grails support both Apache POI and JExcel Api, but I would like you to tell me about the advantages and disadvantages of both. According to I know, Apache POI is more faster than JExcel Api, but the JExcel API have a mos friendly code. Please if do you tell me about your experience. Thanks 回答1: A couple of differences: JExcel is limited to Office 2003 formats whereas POI supports the 2007/2010 format (xlsx) In many cases Jexcel is a whole lot less