Re: Inquiry About Acquiring Apache POI

2024-08-14 Thread Yegor Kozlov
Hi Muhammad, What exactly does "acquiring" mean? I don't think that closing the source code or changing the licence will work. Apache POI welcomes any type of contribution / collaboration as long as it remains an ASF project. The Openize team is welcome to contribute in any form or sponsor the pro

Re: POI PMC roll call

2023-03-03 Thread Yegor Kozlov
I can't devote much time at the moment, but I do plan to come back, although not sure how soon it will be. I'm also monitoring the mailing list and use the latest releases at my day job. Regards, Yegor пт, 3 мар. 2023 г., 18:26 PJ Fanning : > Hi everyone, > > Apologies if anyone thinks I'm goi

Re: Migrate from Bugzilla to GitHub Issues

2022-08-18 Thread Yegor Kozlov
GitHub is cool and personally, I much prefer GitHub PRs to Bugzilla. There are two questions though: 1. Github is Apache-friendly, but it is not owned by ASF. For whatever reasons they can change their policy, access, etc. and we won't have control over it. It's hypothetical, but who knows? 2. Wh

Re: OSGI bundle

2022-06-20 Thread Yegor Kozlov
se issues. > > > > > > > On Monday 20 June 2022, 09:49:01 IST, Yegor Kozlov < > yegor.koz...@gmail.com> wrote: > > > > > > Hi PJ, > > OSGi is just another way of packaging and I thought it might make sense to > provide a reference implementation

Re: OSGI bundle

2022-06-20 Thread Yegor Kozlov
Hi PJ, OSGi is just another way of packaging and I thought it might make sense to provide a reference implementation. There are two main reasons for that: 1. The Service Mix POI bundle didn't always work in my projects. I checked the latest Service Mix release and it failed to install on a bare

Re: Poi Histogram

2022-05-02 Thread Yegor Kozlov
POI does not provide an API for Excel Charts. A way to do that is to create a template spreadsheet with the chart and use POI to fill in the data. Essentially, an Excel workbook is a zipped collection of XML files. Unzip your template, see where the data is stored and use XmlBeans to populate it.

Re: Optional dependencies and JPMS?

2021-09-12 Thread Yegor Kozlov
? (those are used for signing and > extended crypto) > c) provide gradle metadata additional to maven POMs? > > Please also read below for the consequences of making a dependency > optional - this still applies. > > Andi > > On 06.11.20 11:31, Yegor Kozlov wrote: > > H

Re: Javadocs clean-up / remove @author tags

2021-04-15 Thread Yegor Kozlov
+1 POI is a community project and we don't need to tag our code with @author Quite a bit of those contains my name and it was a setting in my IDE back then to automatically insert the @author tag in new files. Yegor ср, 14 апр. 2021 г., 23:46 Andreas Beeker : > Hi Devs, > > I'll soon commit a

Re: [VOTE] Apache POI 5.0.0 release (RC1)

2021-01-16 Thread Yegor Kozlov
+1 The binaries look good to me. POI 5.0 is going to be a great milestone. Egor On Sat, Jan 16, 2021 at 12:30 PM Dominik Stadler wrote: > Hi, > > +1 from me, > > I compared the release artifacts to 4.1.2, contents seems to be fine. > > Possible "compatibility notes" for the release-notes if we

Re: POI 5.0.0 - are we ready?

2020-12-05 Thread Yegor Kozlov
Trunk is in a good shape. I don't see any blockers to release what we have. Yegor чт, 3 дек. 2020 г., 2:08 fannin...@apache.org : > My view is that it's been a while since we last did a release. There > shouldn't be any pressure to finish any work that is in progress but if we > think the code b

Re: Optional dependencies and JPMS?

2020-11-06 Thread Yegor Kozlov
chpad jar is not requested > > Disclaimer: although I've tested several configurations while setting up > the multi-module build, > I'm by far (not?) an expert in JPMS - so maybe my conclusions above are > wrong ... > > Andi > > > On 05.11.20 09:37, Yego

Re: Optional dependencies and JPMS?

2020-11-05 Thread Yegor Kozlov
we can catch the ClassNotFoundException. > So when defined as "requires static" the POI module would load and throw a > ClassNotFound/NotDefined when the code is reached. > When we define it as "requires" and the dependencies aren't on the module > path, I think it will crash in

Re: Optional dependencies and JPMS?

2020-11-04 Thread Yegor Kozlov
Does it mean that the JPMS modules will not load if these new dependencies are missing? Won't it be an acceptance killer? Yegor ср, 4 нояб. 2020 г., 22:40 Andreas Beeker : > Hi, > > we have a number of optional dependencies (bouncycastle, xmlsec, batik and > now pdfbox and others) which can b

Re: [VOTE] Apache XmlBeans 4.0.0 release (RC1)

2020-10-12 Thread Yegor Kozlov
+1 A fantastic job! Yegor On Sat, Oct 10, 2020 at 2:34 AM Andreas Beeker wrote: > Hi *, > > I've prepared artifacts for the release of Apache XmlBeans (RC1). > > The most notable changes in this release are: > > * Jigsaw/JPMS support - layout of the schema classes changed - > regeneration of th

Re: Factory clean up

2020-09-22 Thread Yegor Kozlov
ion - correct? > > So you have my +1 for a) > > Best wishes, > Andi > > > [2] > https://stackoverflow.com/questions/48674868/in-osgi-serviceloader-load-fails-to-find-an-implementation > [3] https://blog.osgi.org/2016/08/osgi-with-java-modules-all-way-down.html > > http

Re: Java 15 build

2020-09-21 Thread Yegor Kozlov
e how much work this > would require, though. > > Dominik. > > On Mon, Sep 21, 2020 at 2:50 PM Yegor Kozlov > wrote: > > > > > > > Some pointers are in this ticket: > > > > > > > > > https://bz.apache.org/bugzilla/show_bug.cgi?id=64469 > > > > > >

Re: Java 15 build

2020-09-21 Thread Yegor Kozlov
> > Some pointers are in this ticket: > https://bz.apache.org/bugzilla/show_bug.cgi?id=64469 >

Re: Factory clean up

2020-09-21 Thread Yegor Kozlov
Hi Andi, I'm working on the POI OSGi bundle and it's mostly working except for the places using java.util.ServiceLoader which returns none in OSGi containers. As a result, Workbook, SlideShow and Extractor factories are not working . Apache Aries SPI Fly [1] solves this problem but it seems lik

Re: Missing binding classes for commercial XQuery libraries

2020-08-31 Thread Yegor Kozlov
I would go for (c) and reflect it in the release notes. We can always revisit this code and support commercial providers later . Yegor пн, 31 авг. 2020 г., 0:01 Andreas Beeker : > Hello devs, > > XmlBeans reflects into the following classes (and Saxon helpers) when > searching for a Xquery imp

Re: Todos for POI 5.0

2020-08-21 Thread Yegor Kozlov
Hi Andi, I'd like to adopt (d) and perhaps (e). OSGi is something I work with at my day job and would like to assist. Regards, Yegor пн, 17 авг. 2020 г., 1:42 Andreas Beeker : > Hi Devs, > > there are a quite a few todos left, before we can start with a release > candidate: > > a) fix the maven

Re: Remove bloated examples?

2019-12-08 Thread Yegor Kozlov
+1 to remove. I don't think anyone uses applets nowadays. Those interested can still find these examples in the old releases. Yegor сб, 7 дек. 2019 г., 16:09 Andreas Beeker : > Hi, > > I'm in the progress of fixing a few Sonar issues and came across the two > examples SViewer and POIBrowser. >

Re: [VOTE] Apache POI 4.1.0 release (RC3)

2019-04-07 Thread Yegor Kozlov
+1 Looks good to me сб, 6 апр. 2019 г., 2:32 Greg Woolsey : > I've prepared artifacts for Apache POI release 4.1.0 (RC3). > > Notable changes since 4.0.1: > > * Improved support/fixes for Java 9+ and IBM JVM > * New EMF renderer and support of SVG images in XSLF > * Security, stability and memor

Re: [VOTE] XMLBeans 3.1.0 release

2019-03-24 Thread Yegor Kozlov
+1 сб, 23 мар. 2019 г., 17:17 Greg Woolsey : > Release artifacts: > > > https://repository.apache.org/content/repositories/staging/org/apache/xmlbeans/xmlbeans/3.1.0/ > > https://dist.apache.org/repos/dist/dev/poi/xmlbeans/bin > https://dist.apache.org/repos/dist/dev/poi/xmlbeans/src > > The vote

Re: Next release of POI/XmlBeans?

2019-03-17 Thread Yegor Kozlov
+1 to release. The snapshots are in a good shape and we've fixed a solid number of bugs since last release. Yegor сб, 16 мар. 2019 г., 23:30 Andreas Beeker : > Hi *, > > I'm currently working on getting XmlBeans fit for Java 9+ - i.e. moving > the resources from /schemaorg_apache_xmlbeans to a

Re: Proposal: make HSSF/XSSF/SXSSF behavior consistent

2019-01-05 Thread Yegor Kozlov
Unification of cell type convensions makes sense. Changing the logic to manipulate cell type/value convenrsions via public methods is fine as long as it does not break compatibility. setCellType() was introduced in HSSFCell in POI 1.0 which was very format-centric. It wasn't designed to mimic Exc

Re: [VOTE] Apache POI 4.0.1 release (RC1)

2018-11-23 Thread Yegor Kozlov
Bugs 59773,59834,62690,62692,62699,62733,62735,62740,62768,62796,62800,62805,62807 and 62811 were fixed after 4.0 release, but not reflected in the 4.0.1 change log. See https://bz.apache.org/bugzilla/buglist.cgi?bug_status=RESOLVED&chfield=resolution&chfieldfrom=2018-09-07&chfieldto=Now&order=bug_

Re: POI 4.0.1 release

2018-10-30 Thread Yegor Kozlov
+1 Bug 62836 is pending. I'm going to check in the code anyway, just waiting to see if the contributor is planning any follow-up patches. Please give me time till the end of this week. Yegor On Tue, Oct 30, 2018 at 10:59 AM pj.fanning wrote: > Is it time for us to look at doing a POI 4.0.1 rel

Re: List of Slides for my China talk this coming weekend

2018-10-15 Thread Yegor Kozlov
Hi Dave, (2) POI > When it started in Jakarta the simple use case. > End of Jakarta > It's worth mentioning how hard it was to develop the APIs for the binary formats with very little or no documentation. You can say that the letter 'H' in HSSF stands for 'horrible' and that the

Re: ServiceLoader vs. OSGi

2018-09-24 Thread Yegor Kozlov
Hi Andi, The Aries SPI Fly component looks promising, but I've never tried it. If it works then you don't need to fiddle with OSGi at all, SPI Fly will do all the work for you. Alternatively, the code can check if it is running in a OSGi container and then get the services from either ServiceLoad

Re: classloading xsbs for pptx

2017-11-29 Thread Yegor Kozlov
It seems to be fixed in 3.17. The snippet below fails with 3.16 but works fine with 3.17 and trunk public static void main( String[] args ) throws Exception { Thread thread = Thread.currentThread(); ClassLoader cl = thread.getContextClassLoader(); Thread th = new Thread(() -> {

Re: Discussions on POI 4.0 / Java7/8 voting

2017-08-21 Thread Yegor Kozlov
instead of the betas. > The problem with our beta-approach vs. semantic versioning is, that we can > have breaks in newly introduced APIs - and patch/minor versions ought to be > backwards-compatible. > If this contradiction is ok for you, I would say, as long as we keep > pushing > t

Re: Discussions on POI 4.0 / Java7/8 voting

2017-08-21 Thread Yegor Kozlov
a) 4.0 b) JDK 1.7 JDK 1.8 might be an acceptance killer for Apache Tika, one of our major consumers, as Tika still compiles on JDK 1.7. It makes sense to drop a line to @tika-dev and confirm it. c) yes On Mon, Aug 21, 2017 at 2:06 AM, Andreas Beeker wrote: > Hi, > > I'd like to add a note to th

Re: Table Formula Manipulation and Matrix Function Implementation in HSSF/XSSF

2017-07-26 Thread Yegor Kozlov
Even if we go for the Commons Math route we need to recognize and support the array formula syntax from the Formula Evaluator module. Correct me if I'm wrong, but POI still doesn't support arrays as formula arguments and constructions like below will fail : =SUM(C2:C11*D2:D11) =SQRT({1,2;3,4}) O

Re: Unsynchronize xmlbean calls

2017-07-26 Thread Yegor Kozlov
+1 to this change. It won't improve performance dramatically, but every little bit helps. >>We should keep that promise, so either this should still hold, or the >>unsynchronized access is an option that the user can enable. POI should be good to work with different workbooks from different threa

Re: [VOTE] Apache POI 3.16-beta1 release (RC1)

2016-11-14 Thread Yegor Kozlov
+1 Yegor On Sun, Nov 13, 2016 at 3:06 PM, Javen O'Neal wrote: > Hallo, > > I have prepared artifacts for the release of Apache POI 3.16-beta1 (RC1). > > Copied from the new summary section in the changelog [1], the most > notable changes in this release are: > > - Initial work on adding a Gradl

Re: zip exceptions in objects embedded in HSLF

2016-11-05 Thread Yegor Kozlov
Hi Tim, Research Forum 2013.3.ppt attached to TIKA-2164 is not a valid PPT file. My PowerPoint 2013 cannot open it and displays "The selected file does not appear to be a valid Microsoft PowerPoint file.". It seems that the OLE2 filesystem in this file is invalid. POI fails before parsing the PPT

Re: Document validation hook in POIXMLDocument

2016-10-31 Thread Yegor Kozlov
The right place to add a validation hook is to override commit() or prepareForCommit() in XWPFDocument (or any other sub-class of POIXMLDocument). You may want to do something like this: XWPFDocument doc = new XWPFDocument(){ @Override protected void prepareForCommit() throws IOException

Re: Integrating Jackcess with POI?

2015-04-21 Thread Yegor Kozlov
+1 Yegor On Mon, Apr 20, 2015 at 10:32 PM, Allison, Timothy B. wrote: > All, > > With many thanks to Brian O'Neill at Health Market Science and James > Ahlborn, Jackcess was relicensed to ASL 2.0. I received favorable feedback > on private@poi when I posed this question a month or so ago. >

Re: [VOTE] 3.11 final - release candidate 2

2014-12-17 Thread Yegor Kozlov
+1 I'm very impressed with the number of new features and bug fixes. On Wed, Dec 17, 2014 at 6:08 AM, Nick Burch wrote: > > Hi All > > With that release blocking bug fixed, let's try again with a 3.11 final > release! > > The updated release candidate for it, available from: >https://dist.ap

[ANNOUNCE] Apache POI 3.10-FINAL released

2014-02-10 Thread Yegor Kozlov
The Apache POI team is pleased to announce the release of POI 3.10-FINAL. Featured are significant performance improvements and numerous bug fixes. The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (O

Re: [VOTE] Release POI 3.10-FINAL - Take 2

2014-02-09 Thread Yegor Kozlov
The vote has passed. Four +1 votes, zero -1 votes. Four +1 from PMC. The vote thread is http://mail-archives.apache.org/mod_mbox/poi-dev/201402.mbox/%3CCAAwi-j_vOwf8_k9o3wJpjX%2BZyyy6Vs%2BPEH-q2EDwhWi0txSiYQ%40mail.gmail.com%3E On Sat, Feb 1, 2014 at 6:55 PM, Yegor Kozlov wrote: > Hi

[VOTE] Release POI 3.10-FINAL - Take 2

2014-02-01 Thread Yegor Kozlov
Hi All, Please test-drive the release candidate for POI 3.10 (take 2). A candidate for the POI-3.10-FINAL release is available at https://dist.apache.org/repos/dist/dev/poi/ The REL_3_10_FINAL tag was merged with trunk as of r1561511 and includes the following changes since the previous build.

Re: Abandon JDK 1.5 support?

2014-01-27 Thread Yegor Kozlov
POI 3.10 will support 1.5, I'm about to roll it. After release we can abandon 1.5 . On Sun, Jan 26, 2014 at 8:44 PM, Nick Burch wrote: > On Sun, 26 Jan 2014, Andreas Beeker wrote: > >> I regularly need to workaround limitations in the jdk 1.5 api. Sometimes >> this is not so straightforward,

status of jdk 1.5 support

2014-01-27 Thread Yegor Kozlov
Hello from Apache POI, Does Tika support jdk 1.5? We are discussing abandoning jdk 1.5 in future versions of POI. Will it be a compatibility breaker for Tika? Regards, Yegor

Re: Abandon JDK 1.5 support?

2014-01-26 Thread Yegor Kozlov
Apache Tika, the top consumer of the POI api requires jdk 1.5+. I'm afraid if we abandon jdk 1.5 it will be a compatibility breaker. Personally, I'm all for getting rid of 1.5. If people still use it they don't care about software updates. 26 янв. 2014 г. 6:56 пользователь "Andreas Beeker" написа

[VOTE ABORTED] Release POI 3.10-FINAL

2014-01-21 Thread Yegor Kozlov
I have aborted the vote to address the issues with missing licence headers. I plan to re-build the release and restart the vote next weekend (25-26 Jan). Yegor On Thu, Jan 16, 2014 at 9:44 AM, Yegor Kozlov wrote: > Hi All, > > A candidate for the POI-3.10-FINAL release is ava

Re: [VOTE] Release POI 3.10-FINAL

2014-01-20 Thread Yegor Kozlov
Should we include rat-check in the dist target? it should be pedantic IMO. There is no point to generate a release with missing licence headers. On Mon, Jan 20, 2014 at 1:40 AM, Nick Burch wrote: > On Thu, 16 Jan 2014, Yegor Kozlov wrote: > >> A candidate for the POI-3.10-FINA

[VOTE] Release POI 3.10-FINAL

2014-01-15 Thread Yegor Kozlov
Hi All, A candidate for the POI-3.10-FINAL release is available at: https://dist.apache.org/repos/dist/dev/poi/ The release candidate was built from the REL_3_10-FINAL tag and includes all changes and fixes committed in trunk up to Thursday, January 16: https://svn.apache.org/repos/asf/poi/tag

Re: Another beta?

2014-01-15 Thread Yegor Kozlov
I'd go for a final release. We are in a good shape for it. I can be the release manager. When do we want to roll it? Yegor On Tue, Jan 14, 2014 at 9:30 PM, Nick Burch wrote: > Hi All > > It has been a while since our last beta, and the change list < > http://poi.apache.org/changes.html> seem

Re: Jenkins - limit build history?

2013-12-30 Thread Yegor Kozlov
Permissions granted 30 дек. 2013 г. 14:45 пользователь "Andreas Beeker" написал: > this should be a standard option in the job settings. > only if jenkins templates are enforced, this might be hidden from the user. > please grant me the config rights. > > > Yegor Koz

Re: Jenkins - limit build history?

2013-12-30 Thread Yegor Kozlov
I thought we keep only the last build. Do you know how to change Jenkins to purge old builds? I can grant you privs to do that. 30 дек. 2013 г. 1:35 пользователь "Andreas Beeker" написал: > Hi, > > currently our builds take up 11 gb @ Jenkins (https://builds.apache.org/ > job/POI/), > i.e. all bu

[ANN] New POI Committer: Andreas Beeker (kiwiwings)

2013-12-24 Thread Yegor Kozlov
On behalf of the Apache POI committers I am pleased to announce that Andreas Beeker (kiwiwings) has been voted in as a new POI committer and PMC. Please join me in welcoming him. Regards, Yegor

Re: Needed: Code Review/Commit for Bug/Patch #: 55730 - poi/ss/usermodel/BuiltinFormats.java

2013-12-23 Thread Yegor Kozlov
thanks for the patches, applied in r1553247 and r1553248 Yegor On Mon, Dec 23, 2013 at 9:00 PM, Eric Peters wrote: > Another patch that needs some code review/commit love that should be pretty > straightforward: > > https://issues.apache.org/bugzilla/show_bug.cgi?id=55730 > > Another person on

Re: [Vote] Andreas Beeker as new POI Committer + PMC member

2013-12-23 Thread Yegor Kozlov
The vote has passed. Four +1 votes from PMCs, zero -1 votes. the vote thread is http://mail-archives.apache.org/mod_mbox/poi-dev/201312.mbox/%3CCAAwi-j-mBVfsuW2yRBxRdgFC%2BmeCJ41jML2mduEGXUdHqmFrZg%40mail.gmail.com%3E On Thu, Dec 19, 2013 at 10:55 AM, Yegor Kozlov wrote: > Hi All > >

[Vote] Andreas Beeker as new POI Committer + PMC member

2013-12-18 Thread Yegor Kozlov
Hi All Andreas Beeker has contributed a number of excellent patches and investigations [1]. His code seems to follow our standards and I think he'd be a great addition to the POI committers list. please vote: +1 - Make Andreas a committer 0 - I don't mind either way -1 - I'd rather Andreas wasn

Re: Build failed in Jenkins: POI #189

2013-12-18 Thread Yegor Kozlov
Granted. Yegor On Wed, Dec 18, 2013 at 8:26 PM, Dominik Stadler wrote: > The build is now failing for days, i would like to fix it, but do not have > rights in jenkins to do so. Can i get access rights to adjust this jenkins > config? > > According to the Apache Jenkins Docu the project chairs

Re: Fwd: Build failed in Jenkins: POI #189

2013-12-18 Thread Yegor Kozlov
I will grant access shortly 18 дек. 2013 г. 20:30 пользователь "Dominik Stadler" написал: > The build is now failing for days, i would like to fix it, but do not have > rights in jenkins to do so. Can i get access rights to adjust this jenkins > config? > > According to the Apache Jenkins Docu th

Re: Please remove my file from your svn

2013-12-17 Thread Yegor Kozlov
removed in r1551845 On Tue, Dec 17, 2013 at 3:05 PM, Yegor Kozlov wrote: > Do we have a consensus to delete this file from svn ? > > If there are no any other opinions I will do so within 24 hours. > > Yegor > (with POI PMC chair hat on) > > > > On Fri, Dec 13

Re: Please remove my file from your svn

2013-12-17 Thread Yegor Kozlov
Do we have a consensus to delete this file from svn ? If there are no any other opinions I will do so within 24 hours. Yegor (with POI PMC chair hat on) On Fri, Dec 13, 2013 at 9:36 AM, Dave Fisher wrote: > Hi Chris, > > I am on both the Apache POI and the Apache OpenOffice PMC. Action will

Re: Feedback on my patches

2013-11-04 Thread Yegor Kozlov
First of all, thank you for your patches and interest in the POI project. Your contributions are appreciated ! Please always change status from NEEDINFO to NEW when you upload patches to existing / old bugs. I have a bookmark that returns all open POI bugs and it does not include NEEDINFO: https:

Re: [Bug 55647] Error while reading content from XLSX filess.

2013-10-14 Thread Yegor Kozlov
> any reason why we are not simply using java.io.File.createTempFile(), where > uniqueness is guaranteed by the JVM/operating system, this would avoid this > checks and recursive calling here... > If I recall correctly , deleteOnExit does not work for files created by java.io.File.createTempFile .

Re: [ANNOUNCE] Apache POI 3.10 Beta 2 released

2013-09-30 Thread Yegor Kozlov
I plan to spend some time on fixing bugs too. We really should pay attention to contributions. A year back, when I released POI 3.9, we had about 200 open Bugzilla issues and now we have 350 tickets ; https://issues.apache.org/bugzilla/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bu

Re: [VOTE] Release POI 3.10 beta 2

2013-09-02 Thread Yegor Kozlov
+1 The release candidate looks good to me. Yegor On Thu, Aug 29, 2013 at 3:21 PM, Timothy Allison wrote: > Hello All, > > A candidate for the POI 3.10 beta 2 release is available at: > https://dist.apache.org/repos/dist/dev/poi/3.10-beta2-RC1 > > The release candidate was built from the RE

Re: writing XSSF broken in latest trunk

2013-08-20 Thread Yegor Kozlov
you need to create at least one sheet. a workbook without sheets is invalid. Yegor On Tue, Aug 20, 2013 at 5:52 PM, Dominik Stadler wrote: > Hi, > > I just found that xlsx-files produced by the latest builds of poi cannot be > opened in my version of Excel any more, anybody else have similar pr

Re: Apache POI and Maven modules (mavenization)?

2013-08-15 Thread Yegor Kozlov
poi-main and poi-scratchpad fit in Maven more or less OK. My concern is poi-ooxml. This module has lots of unusual stuff, in particular, downloading and building ooxml schemas. Personally, I'm more against Maven than for it. Maven is nice when your project fits in it or you are starting a new on

[ANN] New POI committer: Tim Allison (tallison)

2013-07-08 Thread Yegor Kozlov
On behalf of the POI committers I am pleased to announce that Tim Allison (tallison) has been voted in as a new POI committer. Please join me in welcoming him. - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For addition

Re: [Vote] Tim Allison as new POI Committer + PMC member

2013-07-05 Thread Yegor Kozlov
+1 On Thu, Jul 4, 2013 at 2:32 AM, Nick Burch wrote: > Hi All > > Tim Allison has been doing some great work recently[1] > on submitting new patches around text extraction, and helping clarify + test > existing bugs. Based on all that, I think he'd be a great addition to the > POI committers lis

Re: [XSLF] Creating slide notes

2013-06-29 Thread Yegor Kozlov
> How can I share this? Create a patch and upload in the Bugzilla. We will review and apply. See http://poi.apache.org/guidelines.html#SubmittingPatches On Sun, Jun 30, 2013 at 12:59 AM, honyk wrote: > On 2013-06-28 Yegor Kozlov wrote: >> My best advise is to use reverse engineer

Re: [Vote] Release POI 3.10 beta 1

2013-06-28 Thread Yegor Kozlov
+1 Yegor On Wed, Jun 26, 2013 at 3:35 AM, Nick Burch wrote: > Hi All > > A candidate for the POI 3.10 beta 1 release is available at: >https://dist.apache.org/repos/dist/dev/poi > > The release candidate was build from the REL_3_10_BETA1 tag: >https://svn.apache.org/repos/asf/poi/tags/RE

Re: [XSLF] Creating slide notes

2013-06-28 Thread Yegor Kozlov
My best advise is to use reverse engineering. Open PowerPoint and create a presentation with a slide. Then add notes to this slide and save in a different file. The unzip both and compare differences. Notes is a special kind of sheet and should extend XSLFSheet. Creating new notes should follow th

[ANN] New POI committer: Cédric Walter (cedricwalter)

2013-06-25 Thread Yegor Kozlov
On behalf of the POI committers I am pleased to announce that Cédric Walter (cedricwalter) has been voted in as a new POI committer. Please join me in welcoming him. Yegor - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org

Re: [VOTE] Cedric Walter as committer

2013-06-24 Thread Yegor Kozlov
The vote has passed. Five +1 votes, zero -1 votes. The vote link is http://mail-archives.apache.org/mod_mbox/poi-dev/201306.mbox/%3CCAAwi-j8UMeE%2BHZDTqC2qGzAWvobG95spPAhmnD7j9SaSFNuL9Q%40mail.gmail.com%3E Yegor On Mon, Jun 17, 2013 at 7:33 PM, Yegor Kozlov wrote: > Hi All > > Cedr

Re: Any reason why junit is still at version 3.x

2013-06-23 Thread Yegor Kozlov
POI is compatible with JDK 1.5, this is the main reason we keep using Junit 3.x. Can you test a combination of JUnit 4.11 and JDK 1.5 ? If it works, then we can consider the upgrade. Yegor On Mon, Jun 24, 2013 at 2:02 AM, Dominik Stadler wrote: > Hi, > > I did run into problems when running un

Re: 3.10 beta 1 deadline - Friday

2013-06-19 Thread Yegor Kozlov
Please wait till Saturday. I will try to find time to check-in more patches. Yegor On Wed, Jun 19, 2013 at 2:26 AM, Nick Burch wrote: > Hi All > > I'm planning to roll a release candidate for 3.10 beta 1 + start the release > vote this Friday or Saturday, all being well > > Committers - please

[VOTE] Cedric Walter as committer

2013-06-17 Thread Yegor Kozlov
Hi All Cedric Walter has submitted a bunch of outstanding patches in the area of formula support [1]. His contributions seem to be up to our standards, and I had no problems collaborating with him and reviewing his code. Based on all that, I think he'd be a great addition to the POI committers l

Re: [Bug 54982] [PATCH] ExtractorFactory does not close files when extracting via OCPPackage.open()

2013-06-17 Thread Yegor Kozlov
Milestones are not defined in the Bugzilla Preferences for POI, this is why this dropdown is empty. To edit Bugzilla preferences you need to request karma on the @infrastructure list. Or simply ask me what to add/change. Yegor On Mon, Jun 17, 2013 at 1:09 PM, Dominik Stadler wrote: > Hi, > > I

Re: [Vote] Dominik Stadler as new POI Committer + PMC member

2013-06-16 Thread Yegor Kozlov
Until now it was very useful to not > mix up different patches locally when reviewing bug-reports/patches, I'll > see if it is also working when committing back the changes to SVN. > > Thanks... Dominik. > > > On Thu, Jun 6, 2013 at 12:26 AM, Yegor Kozlov wrote: > >> The

Re: [Vote] Dominik Stadler as new POI Committer + PMC member

2013-06-05 Thread Yegor Kozlov
The vote has passed. Three +1 votes, zero -1 votes. On Wed, May 29, 2013 at 6:07 PM, Nick Burch wrote: > Hi All > > Dominik Stadler has been doing some great work > recently[1] on submitting new patches, and helping clarify + test existing > bugs. Based on all that, I think he'd be a great addi

Re: [Vote] Dominik Stadler as new POI Committer + PMC member

2013-05-29 Thread Yegor Kozlov
+1 On Wed, May 29, 2013 at 6:07 PM, Nick Burch wrote: > Hi All > > Dominik Stadler has been doing some great work > recently[1] on submitting new patches, and helping clarify + test existing > bugs. Based on all that, I think he'd be a great addition to the POI > committers list > > Please vote:

Re: 3.10 or 4.0?

2013-05-26 Thread Yegor Kozlov
I'm for 3.10. I'm also for keeping the 3.xx numeration for bugfix releases. Yegor On Sun, May 26, 2013 at 12:16 PM, Nick Burch wrote: > Hi All > > http://poi.apache.org/changes.html seems to indicate we're probably about > due another bugfix release, but we haven't had any earth-shattering new

Re: Contributing to XSLF Code

2013-05-20 Thread Yegor Kozlov
Fiddling with direct manipulation of OOXML is not to be relied on. The vocabulary is too complex and the whole approach will be clumsy. I thought about a XLSF-FOP plugin too but gave up because of lack of time. FOP provides a pluggable API for output format writers: there are writers for PDF, RTF,

Re: Contributing to XSLF Code

2013-05-20 Thread Yegor Kozlov
Hi Eliot, I'm happy to see that people use my code . You are very much welcome to contribute! I don't think that any part of XLSF is under way. What is in SVN is the current state. It makes sense to check POI Bugzilla and the dev list and see if there are related patches . > My first task is to

Re: Support for writing data-validations in streaming mode

2013-03-04 Thread Yegor Kozlov
afaik no, but patches are always welcome. On Mon, Mar 4, 2013 at 4:11 PM, Nawanit, Niraj wrote: > Hi all, > > Does someone know if support for adding data-validations to worksheet in the > streaming mode is going to be added into SXSSF? > > Thanks > Niraj > -

Re: POI Workbook adapter for ODFToolkit

2013-02-25 Thread Yegor Kozlov
Florian, This POI-ODF bridge is a very good idea and a very good collaboration between our projects. What level of conformance are you aiming at ? Are you going to support all POI Spreadsheet interfaces or only a subset ? This work will consist of several iterations, off the top of my head I can

Re: Innoveo Solutions would like to contribute

2013-02-13 Thread Yegor Kozlov
You are very much welcome to contribute. > We are ready to contribute the following: > · - Support for more than 256 columns, Is it for the binary (.xls) format ? For which format. XSSF supports 16K > · - Performances improvements, This kind of improvements is always welcome.

Re: HSLF in 3.9 - table text change?

2013-02-04 Thread Yegor Kozlov
https://issues.apache.org/bugzilla/show_bug.cgi?id=54111 can it be the cause ? Yegor On Mon, Feb 4, 2013 at 8:04 PM, Nick Burch wrote: > Hi All > > Does anyone know of any changes in HSLF between 3.8 and 3.9 which might have > changed how text in tables on slides behave? > > Only I've just upgr

Re: src/documentation/content/xdocs/ in trunk?

2013-01-10 Thread Yegor Kozlov
I agree. Current docs in trunk are not used and only confuse users. I was going to remove them before New Year but did not have time. Deleteing them is the simplest solution. The other option is to keep the docs directory but point it to the new docs location via svn:externals. This way trunk will

Re: Solution to support Graph in XSSFWorkbook.cloneSheet method

2013-01-08 Thread Yegor Kozlov
Can you create a new bug in POI Bugzilla and attach the patch to it? This is the POI way of submitting patches. Also, can you write some unit tests that demonsrate that your fix works? What does the current code do wrong when cloning sheets with charts? Can it be expressed in terms of JUnit assert

Re: New statistical function intercept

2012-12-27 Thread Yegor Kozlov
Yes, do please. Create a new ticket and Bugzilla and attach the patch. Yegor On Fri, Dec 28, 2012 at 11:31 AM, Johan Karlsteen wrote: > Hi, > > I have implemented the statistical function INTERCEPT in POI and we have > used it for a couple of months so I want to contribute the patch to POI. > >

Re: Fixing our website to still work in 2013

2012-12-19 Thread Yegor Kozlov
gor On Tue, Dec 18, 2012 at 12:48 AM, Dave Fisher wrote: > > On Dec 17, 2012, at 12:44 AM, Yegor Kozlov wrote: > >>> I'd suggest not under trunk, but alongside >> >> OK, it will be https://svn.apache.org/repos/asf/poi/site. > > Make it https://svn.ap

Re: Fixing our website to still work in 2013

2012-12-17 Thread Yegor Kozlov
> I'd suggest not under trunk, but alongside OK, it will be https://svn.apache.org/repos/asf/poi/site. I will try to find time this week to do the first pass. Yegor On Mon, Dec 17, 2012 at 12:16 PM, Nick Burch wrote: > On Mon, 17 Dec 2012, Yegor Kozlov wrote: >> >> I

Re: Fixing our website to still work in 2013

2012-12-16 Thread Yegor Kozlov
I'm for svnpubsub, as it seems the shortest way. As I understand, we will need to keep the generated html somewhere in svn and then ask Infra to enable svnpubsub for our site . Migration of the Forrest part seems easy: 1. create a new directory "site" under https://svn.apache.org/repos/asf/poi/tr

[ANNOUNCE] Apache POI 3.9 released

2012-12-07 Thread Yegor Kozlov
The Apache POI team is pleased to announce the release of POI 3.9. Featured are significant performance improvements and numerous bug fixes. The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) a

Re: [VOTE] Release POI 3.9

2012-12-06 Thread Yegor Kozlov
The vote has passed. Three +1 votes, zero -1 votes. Three +1 from PMC. The vote thread is http://mail-archives.apache.org/mod_mbox/poi-dev/201211.mbox/%3CCAAwi-j-AR5-a5JJyY%3DZq7mhT6cXPfSpfA3qpxeJGAqybqv9RSQ%40mail.gmail.com%3E On Mon, Nov 26, 2012 at 6:43 PM, Yegor Kozlov wrote: > Hi

Re: [VOTE] Release POI 3.9

2012-12-03 Thread Yegor Kozlov
I still need another +1 from a POI PMC to release. The vote ends todays and so far only me and Evgeniy voted. I'm extending the vote period for three more days, until end of Thirsday, December 6. Yegor On Mon, Nov 26, 2012 at 6:43 PM, Yegor Kozlov wrote: > Hi All, > > A candida

[VOTE] Release POI 3.9

2012-11-26 Thread Yegor Kozlov
Hi All, A candidate for the POI-3.9 FINAL release is available at: https://dist.apache.org/repos/dist/dev/poi/ The release candidate was built from the REL_3_9 tag and includes all changes and fixes committed in trunk up to Monday, November 26: https://svn.apache.org/repos/asf/poi/tags/REL_3_9

Release POI-3.9 in December

2012-11-07 Thread Yegor Kozlov
What do people think if we release POI-3.9 in a month's time? My plan is to cut the release around Dec 1, then give a week for evaluation and be on the mirrors by New Year. Yegor - To unsubscribe, e-mail: dev-unsubscr...@poi.apa

Re: Images in excel - performance issue

2012-11-02 Thread Yegor Kozlov
are you sure the bottle neck is in POI ? Can it be read-write in ImageIO ? On Fri, Nov 2, 2012 at 5:01 PM, Abhi wrote: > Hi,We are implementing export to excel functionality using POI 3.8. The > requirement is to have images in one of the cell. We are using image in > 120X120 pixel size and inser

fixed failing tests in TestOutlookTextExtractor.

2012-10-24 Thread Yegor Kozlov
The POI build in Gump has been failing for a while. The trouble was with two locale-dependent tests in TestOutlookTextExtractor. If locale was UTC+1 then all was good and the tests passed. Any other time ettings didn't work and the tests failed. It happened because OutlookTextExtactor didn't not se

Re: DO NOT REPLY [Bug 52711] Korean fonts don't render correctly

2012-10-01 Thread Yegor Kozlov
The font muts be set in PowerPoint, not in Java. Open your .ppt file, change the korean text to use Arial Unicode MS and rendering should work fine. Yegor On Mon, Oct 1, 2012 at 12:41 PM, hoa sung wrote: > Could you show me your setting code for font. I have tried with code below > but It cannot

  1   2   3   4   5   >