Hi, yes, sure, patch-submissions are welcome, see http://poi.apache.org/guidelines.html for some instructions and tips.
As soon as you have something ready for discussion, please open a ticket at https://issues.apache.org/bugzilla/buglist.cgi?list_id=121173&product=POI and attach the patch together with fixes for existing unit-test (if necessary) as well as new unit tests which verify the functionality. Then we can discuss details and see if it fits to the overall APIs in POI. Thanks... Dominik. On Fri, Jan 16, 2015 at 8:41 AM, Ahmed Ashour <asash...@yahoo.com.invalid> wrote: > Hi all, > For .xlsx, I managed to do that by external application to change the xml. > My question now, would you accept a patch to add that feature into POI, for > both HSSF and XSSF? > Thanks,Ahmed From: Ahmed Ashour <asash...@yahoo.com> > To: "user@poi.apache.org" <user@poi.apache.org> > Sent: Wednesday, January 7, 2015 10:58 AM > Subject: Array Formula > > Hi all, > As hinted in [1], array formulas are not supported yet. > By quickly looking into the difference of normal formula and array formula, > one or two attributes are significant. > Is there another reason of why array formulas are not implemented? And can I > just add the attributes programatically? > Thanks a lot, > Ahmed > > <c r="A2"> <f>SOME_FORMULA</f> </c> > <c r="A2"> <f t="array" ref="A2">SOME_FORMULA</f> > </c> > > [1] http://poi.apache.org/spreadsheet/formula.html > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org