|
From: Alef A. <al...@jt...> - 2004-10-14 13:32:24
|
I have a AbstractJExcelView lying around here that would be up for addition to Spring. Jexcel is another Excel api that works pretty smoothly and has some features POI doesn't have (inclusion of images in sheets). I can just add an org.springframework.web.servlet.view.document.AbstractJExcelView but I can also refactor the existing AbstractExcelView to only set the content type and load any templates and create two subclasses for both Jexcel (AbstractJExcelView) and Poi (AbstractPoiExcelView).=20 Of course this would mean a non-backwards-compatible change. What's the release plan (is there going to be 1.1.2) and if not, what are the opinions on non-backwards-compatible changes for 1.2??? For now, I'll add it as AbstractJExcelView with AbstractView as its superclass, but if somebody wants to see it otherwise, please let me know... Alef |