Re: Apache POI, .xlsx export filter, and missing used cell iteration APIs in Calc

2015-12-23 Thread Damjan Jovanovic
On Wed, Dec 23, 2015 at 9:05 PM, Carl Marcum wrote: > Hi Damjan, > > Have you looked at any of the Groovy XML parsers and builders? > > Only now, briefly. Seems to have a nice API, reminiscent of JAXB. > Also, where can I find info on the XLSX format without paying for the ISO > standard? > > h

Re: [LAZY CONSENSUS] Changes to local "code use" wording

2015-12-23 Thread Kay Schenk
On 12/23/2015 04:13 PM, Andrea Pescetti wrote: > Kay Schenk wrote: >> http://www.apache.org/legal/resolved.html ... >> This document does not mention obtaining >> permission from an author or entity > > It doesn't, since it only discusses the legal point of view. On the > policy side, instead, t

Re: [LAZY CONSENSUS] Changes to local "code use" wording

2015-12-23 Thread Andrea Pescetti
Kay Schenk wrote: http://www.apache.org/legal/resolved.html ... This document does not mention obtaining permission from an author or entity It doesn't, since it only discusses the legal point of view. On the policy side, instead, the Foundation (not only OpenOffice) requests that code is vol

Re: [RISK?] FW: Daily/Nightly builds for Windows?

2015-12-23 Thread Kay Schenk
On 12/15/2015 03:05 AM, j.nitsc...@ok.de wrote: > Dennis E. Hamilton wrote: >> Now that the aoo-win7 buildbot is running and still failing (with an >> exception), I have two kinds of observations. A. The Exception and >> Failure itself. See >> a

[LAZY CONSENSUS] Changes to local "code use" wording

2015-12-23 Thread Kay Schenk
I'm looking at the latest version of the Third Party Licensing Policy for the ASF at: http://www.apache.org/legal/resolved.html Here it spells out which licenses are acceptable for use in ASF products, and which, I am assuming can be used "as is" with proper attribution where required. This docume

Re: Apache POI, .xlsx export filter, and missing used cell iteration APIs in Calc

2015-12-23 Thread Carl Marcum
Hi Damjan, Have you looked at any of the Groovy XML parsers and builders? Also, where can I find info on the XLSX format without paying for the ISO standard? Thanks, Carl - To unsubscribe, e-mail: dev-unsubscr...@openoffice

Re: Apache POI, .xlsx export filter, and missing used cell iteration APIs in Calc

2015-12-23 Thread Damjan Jovanovic
On Wed, Dec 23, 2015 at 3:30 PM, Carl Marcum wrote: > Hi Damjan, > > Thanks for taking this on. > > See comments below. > > Thank you. > > On 12/22/2015 07:39 AM, Damjan Jovanovic wrote: > >> Hi >> >> tl;dr: I began investigating what Apache POI can offer us. So far it's >> tricky, most parsing

Re: Apache POI, .xlsx export filter, and missing used cell iteration APIs in Calc

2015-12-23 Thread Carl Marcum
Sorry I should have mentioned that xDocFactory is a com.sun.star.lang.XMultiServiceFactory - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Apache POI, .xlsx export filter, and missing used cell iteration APIs in Calc

2015-12-23 Thread Carl Marcum
Hi Damjan, Thanks for taking this on. See comments below. On 12/22/2015 07:39 AM, Damjan Jovanovic wrote: Hi tl;dr: I began investigating what Apache POI can offer us. So far it's tricky, most parsing is done using DOM parsers so memory usage is high, support for the various MS Office app doc