Re[2]: [VOTE] Release 3.0.1 RC2 as 3.0.1 FINAL

2007-06-08 Thread Yegor Kozlov
What about a readme for Maven users? If they have troubles with the poms they can follow the instructions. P.S. I'm not a Maven user either, and not sure what we can put into this readme file. Any ideas? Yegor On Fri, 8 Jun 2007, Andrew C. Oliver wrote: Rightwhat I'm saying is if Maven

Re: POI Excel Comments

2007-07-17 Thread Yegor Kozlov
Is it reproducible? If so, open a bug in bugzilla and provide information to reproduce. Are you creating a new xls file or filling a template? Regards, Yegor Hi all, We are having a problem using POI (poi-3) for Excel using Excel comments within the file. The file saves ok with no

Re: compile failing

2007-09-11 Thread Yegor Kozlov
My bad. I've committed the fix. A piece of test code was committed by mistake. A class from the scratchpad was referenced in the mainline. Usually I run ant from ItelliJ Idea and it was happy with the code - I got no errors! . Why Gump didn't catch it? Yegor Who broke it? compile-main:

Re: POI and real-time sheet changes:

2007-09-14 Thread Yegor Kozlov
No, we don't support this functionality. Please use poi-user for such questions. Regards, Yegor Does the POIFS OLE 2 model extend to OLE 2's ActiveX Automation model? I.e., can I write into cell ranges on a Workbook that is already open, and observer those changes happen in real time

Re[2]: Moving POIDocument out of scratchpad?

2007-09-20 Thread Yegor Kozlov
While I'm on the subject of getting my own codebase down in size, what do people think about a POI text extractor for hssf? We currently have a text extractor for hslf, hwpf and hdgf. For hssf, everyone's forced to write their own based on hssf.dev.HSSF, so having a common one as standard

Re[2]: [EMAIL PROTECTED]: Project poi (in module poi) failed

2007-09-26 Thread Yegor Kozlov
OK, I've commented it out. Hope it will keep Gump quiet :). Would you please find time and fix it. Regards, Yegor Hello, Sorry. Please comment test which causes this error. Sorry. --- Gump [HEAD] :-( [EMAIL PROTECTED] wrote: To whom it may engage... This is an automated

Re[2]: svn commit: r579546 - /poi/trunk/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFDateUtil.java

2007-09-26 Thread Yegor Kozlov
Well, now Gump complains on org.apache.poi.hssf.record.formula.functions.TestEverything. It's hard to diagnosis. The ant's output just says BUILD FAILED. If I insert try/catch in GenericFormulaTestCase I can see that the following tests fail: new GenericFormulaTestCase(D487) new

Re: TestHSSFDateUtil.java Patch

2007-09-26 Thread Yegor Kozlov
Please create a bug in bugzilla and attach your patch to it. P.S. Do you have time to fix the issues with HSSFFormulaEvaluator? If not, I will have to roll back to the previous version. Regards, Yegor Hello, Sorry CALENDAR months had invalid values (constants). Fixed and uncommented test

Re[2]: TestHSSFDateUtil.java Patch

2007-09-26 Thread Yegor Kozlov
(); //AssertionFailedError: Formula: SUM(E15:E17) @ 1303:6 expected:0 but was:5 new GenericFormulaTestCase(D1400).genericTest(); //EmptyStackException Yegor Hello, I am trying to fix it. Problem is: this test works well in my IDE :)) -Original Message- From: Yegor

[Announce] Apache POI 3.0.2 BETA1

2007-12-07 Thread Yegor Kozlov
is also available from the central Maven repository under Group ID org.apache.poi. For the Apache POI Team Yegor Kozlov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Announce] Apache POI 3.0.2 BETA2

2008-01-13 Thread Yegor Kozlov
is also available from the central Maven repository under Group ID org.apache.poi. For the Apache POI Team Yegor Kozlov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: SVN logs mailing list

2008-01-17 Thread Yegor Kozlov
Longer term, do people think we ought to have all the commits automatically go to dev@ ? I think the commits should go to both locations: dev@ and commits@ Yegor - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[VOTE] Release 3.0.2 BETA3 as 3.0.2 FINAL

2008-01-28 Thread Yegor Kozlov
Hi All I think we are ready to release POI 3.0.2 FINAL. There was much development activity in January. Over 20 bugs have been fixed since 3.0.2 BETA2. The full list of changes is available in the change log: http://poi.apache.org/changes.html I've done a release candidate for POI 3.0.2

Re: Fun with HSSF and Hyperlinks

2008-02-02 Thread Yegor Kozlov
By the way, where did you find the implementation of HyperlinkRecord? Which Bug #? 1. HyperlinkRecord construction failed on non-URL links, in particular, on links to a place in worksheet. I added a check to prevent reading past EOF. 2. HyperlinkRecord.fillFields is incomplete. It works

Re: [VOTE] Release 3.0.2 BETA3 as 3.0.2 FINAL

2008-02-04 Thread Yegor Kozlov
Any more people wanting to review the release candidate? Actually, only Nick and I voted. I need at least one +1 PMC vote to release. Yegor Hi All I think we are ready to release POI 3.0.2 FINAL. There was much development activity in January. Over 20 bugs have been fixed since 3.0.2

Re[2]: Fun with HSSF and Hyperlinks

2008-02-04 Thread Yegor Kozlov
Create a couple of each type, and stare at the bytes until they make sense? Otherwise, wait another few weeks, and hope it's covered by the binary file format docs Microsoft are due to release then I keep hacking it :) If I don't have success then let's wait, although I wouldn't much

[ANNOUNCE] POI 3.0.2 released

2008-02-07 Thread Yegor Kozlov
Group ID org.apache.poi and Version 3.0.2-FINAL. For the Apache POI Team Yegor Kozlov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Should POIFSFileSystem close its input stream (Buzilla 44366)?

2008-02-07 Thread Yegor Kozlov
Personally, I think the caller is always responsible for closing the input stream. With java.io.* streams calling fis.close() twice doesn't do any harm. BUT think of reading via JDBC input streams ( from Oracle or MySQL blobs, etc.). Are you sure they will be happy with closing of already closed

Re: Status of (old) Word and PowerPoint parsers

2008-02-17 Thread Yegor Kozlov
will be moved in the main POI jar by that time. Why can't you use POI scratchpad for now? For Maven it is available under artifact ID poi-scratchpad. Regards, Yegor Kozlov Hi, I'm currently looking at enhancing the Word and PowerPoint parsing functionality in Apache Tika, and I was wondering

Re[2]: Status of (old) Word and PowerPoint parsers

2008-02-18 Thread Yegor Kozlov
Any status on the Word library? AFAIK, there are occasional patches and bug fixes but it is not under active development. We have some Word parsing code in Tika that originates from textmining.org and that we'd like to push upstream to POI unless the equivalent functionality already is

Re: Usage of HSSFClientAnchor

2008-02-21 Thread Yegor Kozlov
First four arguments in the HSSFClientAnchor constructor define offsets in the top-left and bottom-right cells. You just set it so that your lines are not connected. Creating a graph and setting all coordinates like you are doing is tedious. A better idea is to draw in a shape group and use

Re: [Vote] New committers

2008-03-13 Thread Yegor Kozlov
Josh: [+1] Paolo: [+1] David: [+1] Yegor Hi All I'd like to propose three people for poi committership (+ PMC membership). These are: Josh Micich - Josh has been doing loads of work on the formula parser for the last few months, and also fixing many other bugs as they're

Re: Next version of Apache POI ?

2008-04-01 Thread Yegor Kozlov
So far, the plan is to release POI 3.0.3 in May 2008. Yegor HI Folks, When will be the next version of Apache POI officially released ?. There are several bugs of interest that were fixed recently after 3.0.2 Thanks Much ---

[VOTE] Release POI 3.1-BETA1

2008-04-21 Thread Yegor Kozlov
to the release because... I'm voting [+1]. Voting will last a week and end on Monday 28th April. Regards, Yegor Kozlov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: [VOTE] Release POI 3.1-BETA1

2008-04-21 Thread Yegor Kozlov
-src/ This code was also included in 3.0.2. It's only a few classes intended for text extraction from OOXML files. Regards, Yegor Regards, Dave On Apr 21, 2008, at 10:25 AM, Yegor Kozlov wrote: Hi All, There was much development activity over the last few months. Over 70 bugs have been

Re[4]: [VOTE] Release POI 3.1-BETA1

2008-04-28 Thread Yegor Kozlov
Another simple improvement would be to add the recent versions (3.0.1, 3.0.2, 3.1, etc) to the select box, to help distinguish bug reports after this release. Andy, Would you please edit the Bugzilla settings and add the recent POI versions: 3.0.1, 3.0.2 and 3.1 to the version list box? You

Re: [VOTE] Release POI 3.1-BETA1

2008-04-28 Thread Yegor Kozlov
log: http://poi.apache.org/changes.html Please vote and say your opinions. The vote options are: [ ]+1 - I support the release [ ] 0 - I don't care [ ]-1 - I'm opposed to the release because... I'm voting [+1]. Voting will last a week and end on Monday 28th April. Regards, Yegor

Re: Fwd: PowerPoint OLE Embedding

2008-05-05 Thread Yegor Kozlov
Can I look at the source ppt with an embedded Flash? Also, could you post the code you are using to modify OCX properties? Please create a bug in bugzilla and attach this data to it. Regards, Yegor Hello, I am re-posting this on this thread as per Dave's recommendation. I am hoping anyone

[VOTE] Release POI 3.1-BETA2

2008-05-19 Thread Yegor Kozlov
the following URL: http://people.apache.org/~yegor/POI-3.1-BETA2/ The vote options are: [ ]+1 - I support the release [ ] 0 - I don't care [ ]-1 - I'm opposed to the release because... I'm voting [+1]. Voting will last a week and end on Monday 26th May. Regards, Yegor Kozlov

[Announce] Apache POI 3.1 BETA2 Released

2008-05-28 Thread Yegor Kozlov
the central Maven repository under Group ID org.apache.poi and Version 3.1-beta2. For the Apache POI Team Yegor Kozlov - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[vote] Release POI-3.1-FINAL

2008-06-21 Thread Yegor Kozlov
Hi All We have had much development activity lately. Over 25 bugs have been fixed since release of 3.1-beta2 and I think POI-3.1-FINAL is now ready for release. I've produced a release candidate, the artifacts are available to download from: http://people.apache.org/~yegor/POI-3.1-FINAL/

Re: [vote] Release POI-3.1-FINAL

2008-06-23 Thread Yegor Kozlov
to you.. the bug.. tks -Mensagem Original- From: Yegor Kozlov [EMAIL PROTECTED] Date: Sat, 21 Jun 2008 10:47:44 -0300 To: POI Developers List dev@poi.apache.org Subject: [vote] Release POI-3.1-FINAL Hi All We have had much development activity lately. Over 25 bugs have been fixed since

Re: [vote] Release POI-3.1-FINAL

2008-06-24 Thread Yegor Kozlov
On Jun 21, 2008, at 10:42 AM, fabio.ebner wrote: [X ] -1 I'm opposed to the release because... no because i got one bug at replaceText funcion.. but i dont know how to send to you.. the bug.. tks -Mensagem Original- From: Yegor Kozlov [EMAIL PROTECTED] Date: Sat, 21 Jun 2008 10:47:44

Re: [vote] Release POI-3.1-FINAL

2008-06-30 Thread Yegor Kozlov
The vote has passed. The vote thread is http://mail-archives.apache.org/mod_mbox/poi-dev/200806.mbox/[EMAIL PROTECTED] Seven +1 votes, one -1 votes (rejected) Three PMC Votes. Yegor Hi All We have had much development activity lately. Over 25 bugs have been fixed since release of

Re: [vote] Release POI-3.1-FINAL

2008-06-30 Thread Yegor Kozlov
Incidently, I think it may be worth doing a 3.1.1 FINAL release in a 6-8 week timeframe. My experiences recently have been that it's much easier to port fixes trunk - ooxml branch, compared to ooxml branch - trunk. When we move the ooxml branch in as the new trunk, we probably won't want to

[ANNOUNCE] Apache POI 3.1-FINAL Released

2008-07-01 Thread Yegor Kozlov
://poi.apache.org/changes.html The source and binaries can be downloaded from your local mirror: http://www.apache.org/dyn/closer.cgi/poi/release/ The release is also available from the central Maven repository under Group ID org.apache.poi and Version 3.1-FINAL. For the Apache POI Team Yegor Kozlov

Re: [vote] Release 3.5.1 beta 1 (from ooxml branch)

2008-07-10 Thread Yegor Kozlov
-1 (1) I expect the main POI jar (poi-3.5-*.jar) to be compatible with 3.1 and earlier releases. 3.1 has just been released and I expected 3.05-beta1 to be roughly equivalent. Unfortunately it is no so. org.apache.poi.hssf.util.Region was moved to org.apache.poi.ss.util.Region. For me, it

Re: [vote] Release 3.5.1 beta 1 (from ooxml branch)

2008-07-10 Thread Yegor Kozlov
Bah, looks like we missed one. The plan is always that when we move the main logic from hssf to ss (for cases when the functionality is generic and applies to both hssf and xssf), a stub class that extends the ss version is left behind. Seems like we missed that one. I've committed the stub

Re: Generating ppt through java

2008-07-11 Thread Yegor Kozlov
1. How to split text across two slides, if the row had to be broken across 2 slides because the row is so big that it can only be accomodated in 2 slide ? It is up to your application. Broke text into paragraphs and put each one in a separate slide. 2. How to resize table cell , if the

Re: Generating ppt through java

2008-07-11 Thread Yegor Kozlov
Thanks for the reply. Suppose I have some data and I want to put into some table cell, then how to calculate the table cell size (i.e. height or width) required. If the text is to be bold or font need to be changed then how to calculate the new height and width of the table cell ? For a

Re: Generating ppt through java

2008-07-15 Thread Yegor Kozlov
Dimension of an individual character can be calculated using java.awt.Font.getStringBounds . Example: FontRenderContext frc= new FontRenderContext(null, true, true); Font font = new Font(Arial, Font.ITALIC | Font.BOLD, 10); Rectangle2D bounds = font.getStringBounds(POI, frc); If you have a

Re: [vote] Release 3.5.1 beta 1 20080718 (from ooxml branch)

2008-07-16 Thread Yegor Kozlov
Reluctant +1 This time the main jar seems OK to me. So far I stayed away from the ooxml and it's somewhat hard to me to evaluate the new features. I'm sure, if ooxml is in trunk I could pay more attention to it. Yegor Hi All Yegor spotted we'd missed one file out of the previous beta

Re: Generating ppt through java

2008-07-21 Thread Yegor Kozlov
The following method in PPGrapics2D is not implemented in the latest source code in hslf. Whether it is going to be implemented shortly ? The method paint() in TextPainter class uses this method. Is there any alternate way to display the text if we have corresponding AttributedCharacterIterator

Re: Generating ppt through java

2008-08-01 Thread Yegor Kozlov
I Java2D advanced font properties (underline, strikethrough, etc.) are set via AttrtibutedString: AttrtibutedString at = new AttrtibutedString(Hello, World); at.addAttribute(TextAttribute.UNDERLINE, TextAttribute.UNDERLINE_ON); graphics.drawString(at.getIterator(), float x, float y)

Re: Generating ppt through java

2008-08-12 Thread Yegor Kozlov
You should not set anchors of individual table cells. Instead use Table.setColumnWidth and Table.setRowHeight methods. Table is a group of shapes which MUST conform to certain layout constraints. Once they are broken, the table may not be properly resized when the user enters text manually.

Re: Please help on PPT problem (Urgent!!!)

2008-08-29 Thread Yegor Kozlov
Please respect the mailing list rules and don't cross-post your messages. Yegor Hello User, I'm using poi for the fist time to create a ppt file. I'm able to create the file, but the problem is that the master slide background is not coming on the new created slide, this problem appear when

Re: Generating ppt through java

2008-09-04 Thread Yegor Kozlov
Use ppt.reorderSlide to change the order of slides. You will need to take the recent changes from trunk. Yegor Hi Yegor, How can we insert a new slide between two slides of an existing ppt ? Regards, Dinakara - To

Re: Attach Mp3/WAV to ppt slide

2008-09-14 Thread Yegor Kozlov
http://poi.apache.org/hslf/how-to-shapes.html#Movies Yegor All, I am ready with 500 slides and 500 MP3. Instead of manually attaching a audio to ppt slide, is there any POI API exists to manually attach 1.mp3 to slide 1 and so on? Regards, Ramana Reddy

Re: [vote] Release 3.5 beta 3 (from ooxml branch)

2008-09-25 Thread Yegor Kozlov
+1 ooxml-lib includes two openxml4j jars: openxml4j-bin-alpha-080407.jar and openxml4j-bin-beta-080728.jar. Only the latter is required. It's not a release blocker, just a reminder for future. Yegor Hi All It's two months since our last 3.5 beta release which passed (the previous vote

Re: How to insert hyperlinlk in PPT?

2008-09-30 Thread Yegor Kozlov
what's involved, I could possibly complete the feature and contribute it. Regards, JK Yegor Kozlov wrote: HSLF provides only read-only support for hyperlinks. Presently I'm too busy to finich the hypelrink stuff. If you are willing to contribute, I can explain how to implement it. Yegor Hello

Re: POI-3.2 and future plans

2008-10-06 Thread Yegor Kozlov
I meant exactly this, turning trunk into a branch. Yegor why backed up instead of just turned into a branch? On Mon, Oct 6, 2008 at 2:03 AM, Yegor Kozlov [EMAIL PROTECTED] wrote: Hi All, I'm going to produce the 3.2 release artifacts in about a weeks time. Please plan your work and commit

Re: Generating ppt through java

2008-10-17 Thread Yegor Kozlov
Removing slides is not yet supported. Yegor Hi, How can we remove some slides of ppt using POI HSLF ? Is there any api to delete slides ? Regards, Dinakara - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [VOTE] Release of POI 3.2-FINAL

2008-10-19 Thread Yegor Kozlov
The vote has passed. The vote thread is http://mail-archives.apache.org/mod_mbox/poi-dev/200810.mbox/[EMAIL PROTECTED] Five +1 votes, zero -1 votes Five PMC votes. Yegor Hi All, I have built a release candidate for POI 3.2-FINAL. Please test-drive and vote. The revision number of the

[ANNOUNCE] Apache POI 3.2-FINAL Released

2008-10-21 Thread Yegor Kozlov
under Group ID org.apache.poi and Version 3.2-FINAL. The next release will be 3.5 which will include initial support for MS Office OOXML formats. For the Apache POI Team Yegor Kozlov - To unsubscribe, e-mail: [EMAIL PROTECTED

OOXML and Maven dependencies

2008-10-27 Thread Yegor Kozlov
Hi All, An important task to complete before 3.5-FINAL is to make sure that the ooxml dependencies are available on the central Maven repository. There are two jars to worry about: (1) ooxml-schemas.jar This jar contains XmlBeans generated from the Ecma supplied xsds downloaded from:

switch ooxml branch to trunk

2008-10-30 Thread Yegor Kozlov
Hi All, POI 3.2 is released and it's time to make the ooxml branch trunk. I'm going to do that sometime next week. The goal is to release 3.5-FINAL from trunk by December 1. The plan is as follows: - Tag current trunk and the ooxml branch so that we can always revert - svn move should do the

Re: switch ooxml branch to trunk

2008-10-31 Thread Yegor Kozlov
is realistic). Also -1 to any marking as prod until we have adequate unit tests. the ooxml branch is light in this area today. however I am very excited by the progress. On 10/30/08, Yegor Kozlov [EMAIL PROTECTED] wrote: Hi All, POI 3.2 is released and it's time to make the ooxml branch trunk. I'm

Re: OOXML and Maven dependencies

2008-10-31 Thread Yegor Kozlov
I went ahead and created a bundle and a JIRA request: http://jira.codehaus.org/browse/MAVENUPLOAD-2257 Judging by the closed issues, it takes about a week to process a upload request. Yegor On Mon, 27 Oct 2008, Yegor Kozlov wrote: The artifacts for both (1) and (2) are available for review

Re: switch ooxml branch to trunk

2008-11-06 Thread Yegor Kozlov
Hi All, I'm about to switch the ooxml branch to trunk. Please don't commit until OK is given. Yegor Hi All, POI 3.2 is released and it's time to make the ooxml branch trunk. I'm going to do that sometime next week. The goal is to release 3.5-FINAL from trunk by December 1. The plan is as

ooxml-trunk switch completed

2008-11-07 Thread Yegor Kozlov
Hi All, ooxml-trunk switch completed. To update your trunk run ant clean first, it will delete all residual files in the build directory. Then do ant compile/test as usual. First time it will take quite some time to update and download new jars. Yegor Hi All, I'm about to switch the

[VOTE] Release of POI 3.5-beta4

2008-11-21 Thread Yegor Kozlov
Hi All, As you may noticed, there has been much development activity in POI over the last two months. There have been quite a few bug fixes and improvements, especially in the OOXML part of POI. So, I think it's time for a next beta (hopefully the last one before 3.5-FINAL). The release

Re: [VOTE] Release of POI 3.5-beta4

2008-11-24 Thread Yegor Kozlov
I didn't know that this week is a short one in the US. As Dave suggested, I can extend the vote till December 1. Will it be OK to you? Yegor -1 on pro forma that the voting should end next week. It is a very short week in the US. -Andy On Fri, Nov 21, 2008 at 7:55 AM, Yegor Kozlov [EMAIL

Re: [VOTE] Release of POI 3.5-beta4

2008-11-26 Thread Yegor Kozlov
It looks like people in the US may not have time to evaluate the release because this week is short. With this in mind, I've decided to extend the vote deadline to Monday, December 1. Yegor Hi All, As you may noticed, there has been much development activity in POI over the last two

Re: setting inner border and outer border in hslf

2008-11-26 Thread Yegor Kozlov
setInsideBorders and setOutsideBorders are mutually exclusive, you are supposed to call one of them, not both. To set custom inside+outside borders you need to set cell borders explicitly: for(int i = 0; i row ;i++) {

Re: [VOTE] Release of POI 3.5-beta4

2008-12-02 Thread Yegor Kozlov
The vote has passed. The vote thread is http://mail-archives.apache.org/mod_mbox/poi-dev/200811.mbox/[EMAIL PROTECTED] Four +1 votes, zero -1 votes. Four PMC votes. Yegor Hi All, As you may noticed, there has been much development activity in POI over the last two months. There have been

must list for 3.5-final

2008-12-08 Thread Yegor Kozlov
Hi All, In the light of recent concerns raised by Andrew Oliver, I would like to start a discussion on when to plan to release 3.5-FINAL and what issues must be resolved before it. It would be helpful to develop a plan so that all of us can control the state of things. Below is what comes

Re: must list for 3.5-final

2008-12-10 Thread Yegor Kozlov
(4) Quality of poi-ooxml code and its readiness for FINAL There was a criticism by Andrew that poi-ooxml does not have adequate unit tests. Please be constructive. The unit test coverage has significantly improved since 3.5-beta3. In my opinion the quality of poi-ooxml code is OK to be used in

Re: Generating ppt through java

2009-01-08 Thread Yegor Kozlov
Which version of POI? Try the latest trunk, daily builds can be downloaded from http://encore.torchbox.com/poi-svn-build/ If the problem persists, create a bug in bugzilla and attach the xlsx file and sample code to reproduce the behavior. Yegor Hi Yegor, I need to read text in the cells

Re: must list for 3.5-final

2009-01-14 Thread Yegor Kozlov
. Regards, Yegor Hi, On Mon, Dec 8, 2008 at 10:21 PM, Yegor Kozlov ye...@dinom.ru wrote: I would like to resolve most of it by the end of January and release 3.5-FINAL in February. Does it sound realistic? BR, Jukka Zitting

plans for near future

2009-01-28 Thread Yegor Kozlov
Hi All, I'm about to import OpenXML4j. I mostly follow Nick's plan suggested in https://issues.apache.org/bugzilla/show_bug.cgi?id=46242. The code will live under org.apache.poi.openxml4j package. Everything fits very well and I didn't have any problems importing it. Then I'm thinking about

[VOTE] Release of POI 3.5-beta5

2009-02-09 Thread Yegor Kozlov
Hi All, There have been two important changes since the release of 3.5-beta4, namely: (1) The fixed GPL-HDGF issue. See bugzilla 46361. (2) Import of Openxml4J codebase. See bugzilla 46242. These two are good reasons to release a next beta. This time I really hope it will be the last one

Re: [VOTE] Release of POI 3.5-beta5

2009-02-19 Thread Yegor Kozlov
The vote has passed. The vote thread is http://mail-archives.apache.org/mod_mbox/poi-dev/200902.mbox/%3c49901438.5050...@dinom.ru%3e Four +1 votes, two +0 votes, zero -1 votes Three PMC Votes. Yegor Hi All, There have been two important changes since the release of 3.5-beta4, namely:

Re: [VOTE] Release of POI 3.5-beta5

2009-02-20 Thread Yegor Kozlov
Hi Jukka , (2) Also, our distros are gnu tar - I guess that this is understood. Another point I noticed is that the dates in the tar file were in the future. The artifacts are built as if the vote had passed. That is, if I build a release today, the dates are +7 days in the future.

Re: [VOTE] Release of POI 3.5-beta5

2009-02-20 Thread Yegor Kozlov
RAT has a way to do it. Take a look at http://svn.apache.org/repos/asf/incubator/rat/main/trunk/rat/rat-core/src/main/java/org/apache/rat/analysis/license/ApacheSoftwareLicense20.java It only does a minimal check. A full check could be done. I did a find/grep search on copyright. There

Re: [VOTE] Release of POI 3.5-beta5

2009-02-24 Thread Yegor Kozlov
Hi Dave, I had to ask. I've seen a Jakarta beta do it differently, but we are a huge project compared to that. So, OK. Let's make sure that we get these issues resolved next week - then at least the nightly builds will have all the details properly marked. (1) A really, really proper

Using POI HDGF to translate Visio diagrams into a GUI program

2009-02-25 Thread Yegor Kozlov
of our communication. In the next email I will give initial instructions where to start. Yegor -Original Message- From: Yegor Kozlov [mailto:ye...@dinom.ru] Sent: Sunday, February 22, 2009 12:57 PM To: Macarty, Jay {PBSG} Subject: Re: Using POI to assist the blind Hi Jay, Yegor, I

Re: Using POI HDGF to translate Visio diagrams into a GUI program

2009-02-25 Thread Yegor Kozlov
to start. Yegor -Original Message- From: Yegor Kozlov [mailto:ye...@dinom.ru] Sent: Sunday, February 22, 2009 12:57 PM To: Macarty, Jay {PBSG} Subject: Re: Using POI to assist the blind Hi Jay, Yegor, I am writing software to assist blind persons in using their computers more

[Vote] Mark as a committer

2009-05-08 Thread Yegor Kozlov
week. +1 - Make Mark a committer 0 - I don't mind either way -1 - I'd rather Mark wasn't a comitter I'm going with [+1] Regards Yegor Kozlov - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail

Re: [Vote] Mark as a committer

2009-05-15 Thread Yegor Kozlov
way -1 - I'd rather Mark wasn't a comitter I'm going with [+1] Regards Yegor Kozlov - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: XSSFSheet autoSizeColumn bug?

2009-05-15 Thread Yegor Kozlov
Can you create an issue in Bugzilla and attach the sample code and the .xls and .xlsx files? Yegor Hi there, I am experiencing some strange behaviour with the method XSFFSheet.autoSizeColumn(i) I have taken the same spreadsheet. It has 8 sheets. Each have no more than 8 columns. I save two

3.5-beta6 and future plans

2009-05-17 Thread Yegor Kozlov
Hi All, Bugs are being fixed, new features are coming in and it is time to think about our next beta release. I'm planning to produce the 3.5-beta6 artifacts in about two weeks time, targeting release in early June. Please plan you contributions appropriately. Next release after 3.5-beta6

changes in Forrest setup

2009-05-23 Thread Yegor Kozlov
Hi All, We have a funny setup of Forrest with two almost identical files: status.xml and changes.xml. Every time you edit one, you have to update the other which is a bit annoying. I changed the POI configuration to use only status.xml. changes.xml is now obsolete and was removed from svn. I

[VOTE] Release of POI 3.5-beta6

2009-06-11 Thread Yegor Kozlov
Hi All, It's been four months since the release of 3.5-beta5 and quite a lot of work has been done since then. The list of changes includes 55 bugs, not to mention small fixes and improvements. So, I think it's time for our another beta release - POI-3.5-beta6. The release artifacts can be

[ANNOUNCE] Apache POI 3.5 Beta 6 Released

2009-06-23 Thread Yegor Kozlov
under Group ID org.apache.poi and Version 3.5-beta6. For the Apache POI Team Yegor Kozlov - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Re: Contribution for PPTX

2009-07-27 Thread Yegor Kozlov
Hi Stefan, You are welcome aboard! XSLF is not under development at the moment and you are very much welcome to contribute. Actually, all we have is a basic support for for text extraction and a sketch of usermodel API. - To avoid conflicts and a completely 'wrong' implementation, are there

Re: Fwd: Issues with Open XML in Office 2008 for Mac SP2

2009-07-30 Thread Yegor Kozlov
I've dropped a line on compatibility with MS Office 2008 on http://poi.apache.org/spreadsheet/index.html This clearly describes the fix and how to remove it. P.S. the .html will be available in a hour or two, after the next rsync cycle. Yegor Hi All - From Microsoft - very responsive.

Re: Issues with Open XML in Office 2008 for Mac SP2

2009-08-09 Thread Yegor Kozlov
The Application setting Apache POI makes sense for all OOXML packages produced by Apache POI. I changed XSSF and XWPF to set it to Apache POI instead of Microsoft Excel and Microsoft Office Word. The AppVersion property can is not that important and can be omitted. Excel 2007 and OpenOffice

Re: Meetup and Hackathon at ApacheCon?

2009-08-16 Thread Yegor Kozlov
I'm thinking about organising a meetup + hackathon at ApacheCon, and wanted to guage interest. Would probably go for a half day at the start of the conference (Monday/Tuesday). I would go for Tuesday, second half of the day. There will be more people around and I personally will have an

One month countdown to 3.5-FINAL

2009-08-21 Thread Yegor Kozlov
Hi All, I'm planning to release POI-3.5-FINAL by October 1, so that we have a month for feedback before ApacheconUS. I'm going to start the vote in mid September, please plan your contributions accordingly. Yegor - To

improving layout of directories with test files

2009-08-21 Thread Yegor Kozlov
Hi All, As a step towards final release, I would like to improve the structure of the directories with test files. Currently we have 9 test data directories each requiring a system property: sysproperty key=HSSF.testdata.path file=${main.src.test}/org/apache/poi/hssf/data/

Re: improving layout of directories with test files

2009-08-23 Thread Yegor Kozlov
I agree with Nick - it's probably better to use (spreadsheet, slideshow, document, ...) instead of (hssf, hslf, hwpf, ...) I'd also like to suggest that the top level directory be named something to make it clearer that this data is for testing only. Perhaps test-data. Both comments make

[VOTE] Release of POI 3.5-FINAL

2009-09-18 Thread Yegor Kozlov
Hi All, I have built a release candidate for POI 3.5-FINAL. Please test-drive and vote. The release artifacts can be downloaded from the following url: http://people.apache.org/~yegor/REL_3_5_FINAL The revision number of the release is r816614 and tagged as REL_3_5-FINAL. Over 50 bugs

Re: DO NOT REPLY [Bug 47903] New: [PATCH] Added target to compile scratchpad examples

2009-09-28 Thread Yegor Kozlov
Thanks for pointing this out. I added 3.5-FINAL and 3.6-dev to the list of versions. Yegor 2009/9/25 bugzi...@apache.org: https://issues.apache.org/bugzilla/show_bug.cgi?id=47903 Summary: [PATCH] Added target to compile scratchpad examples Product: POI Version:

a 'lite' version of ooxml-schemas jar

2009-11-16 Thread Yegor Kozlov
Hi All, As we discussed at Apachecon, one way to optimize the size of POI distributions is to create a 'lite' version of the ooxml-schemas jar. The idea is simple: remove all unused classes and resources from the jar generated by XMLBeans. Rough estimations made at the Barcamp showed that POI

Re: a 'lite' version of ooxml-schemas jar

2009-11-17 Thread Yegor Kozlov
in deciding additional documentation and OPC examples that we should include for the OOXML sub-project. Regards, Dave On Nov 16, 2009, at 8:53 AM, Yegor Kozlov wrote: Hi All, As we discussed at Apachecon, one way to optimize the size of POI distributions is to create a 'lite' version

Re: Website Improvements

2009-11-21 Thread Yegor Kozlov
+1. the root-level pages look much better now. As to the sub-projects, I think the first thing we should do is to remove the obsolete stuff. Excel is the most commonly viewed part of the website and there are at least 4 items that can be removed: (a) Limitations:

Re: a 'lite' version of ooxml-schemas jar

2009-11-24 Thread Yegor Kozlov
in deciding additional documentation and OPC examples that we should include for the OOXML sub-project. Regards, Dave On Nov 16, 2009, at 8:53 AM, Yegor Kozlov wrote: Hi All, As we discussed at Apachecon, one way to optimize the size of POI distributions is to create a 'lite' version of the ooxml

release of POI-3.6

2009-12-01 Thread Yegor Kozlov
Hi All, Bugs are being fixed, new features are coming in and it's time to think about our next release, POI-3.6. I guess many of us will have Christmas or New Year holidays and will not be available around that time. So, we have two options: (a) start the vote in two weeks, around Dec 15 and

Re: release of POI-3.6

2009-12-01 Thread Yegor Kozlov
I think we can release 3.6 in one go, without a beta. Even if we stage a beta, we should do it for a longer period than two weeks. I myself is not ready to release right now - I have some pending patches that I plan to check-in within a week. Yegor On Tue, 1 Dec 2009, Yegor Kozlov wrote

Re: a 'lite' version of ooxml-schemas jar

2009-12-02 Thread Yegor Kozlov
it for the next POI release. The only odd thing about the upgrade was that I needed to comment out a piece of Tika extraction code that uses the org.openxmlformats.schemas.wordprocessingml.x2006.main.CTBookmark class as returned from XWPFParagraph.getCTP().getBookmarkStartArray(). It looks like

  1   2   3   4   >