Re: Bugs in old versions

2007-05-30 Thread Yegor Kozlov
Hi, If a bug still persists, just change the version to 3.0. If you can't reproduce it in POI 3.0, it would be nice to have a unit test per bug to make sure that the problem disappeared. To write unit tests, you can follow the pattern in

Re: Plan for 3.0.1

2007-05-29 Thread Yegor Kozlov
I'm going to commit some HSLF fixes by the weekend. If possible, wait until then. Yegor Hi All Hopefully within the next few days, we'll have the new website setup. Once I've put the site live on it, and finished the giant s/Jakarta POI/Apache POI/ on most of the docs, I was planning to

change 3.0-dev to 3.0 in bugzilla

2007-05-25 Thread Yegor Kozlov
When opening a bug report in Bugzilla I see only 3.0-dev in the version list box. Does anybody know how to change it to 3.0 or to 3.0-FINAL? Yegor - To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List:

Re[2]: Patches for a couple of bugs in HSLF

2007-05-21 Thread Yegor Kozlov
Ivan, Thanks for the patches. I will find time to review them. P.S. We submit patches via Bugzilla. Please use it next time. Brief instructions for contributors are here: http://jakarta.apache.org/poi/getinvolved/index.html I opened a new bug and attached your patches to it:

Re[2]: future of POI?

2007-05-18 Thread Yegor Kozlov
. These continue to be required for my non -1. This is just a summary of my earlier flailing and not a judgment on HSLF -Andy On Wed, 2007-05-16 at 17:56 +0400, Yegor Kozlov wrote: - Will there be ongoing work after POI 3.0? Of course, there will be. I have a long personal TODO list - both

Re: future of POI?

2007-05-16 Thread Yegor Kozlov
- Will there be ongoing work after POI 3.0? Of course, there will be. I have a long personal TODO list - both fixing bugs and adding new features. POI is not only HSSF. I guess in the next dev cycle my major efforts will be focused on HSLF. The plan is to move it out of scratchpad by

Re: [VOTE] Release 3.0 RC4 as 3.0 FINAL

2007-05-10 Thread Yegor Kozlov
+1 P.S. I think when POI is TLP we should have a release a year. At least, we should plan such a schedule. Yegor Hi All Since no-one has raised any objections in the last week, I guess we all think we're ready to release 3.0 RC4 as 3.0 FINAL. Voting will close in one week: [ ] +1 I

Re: [VOTE] Move POI to TLP

2007-05-04 Thread Yegor Kozlov
[EMAIL PROTECTED] * Amol S. Deshmukh [EMAIL PROTECTED] * Jason Height [EMAIL PROTECTED] * Marc Johnson [EMAIL PROTECTED] * Rainer Klute [EMAIL PROTECTED] * Yegor Kozlov [EMAIL PROTECTED] * Danny Muid [EMAIL PROTECTED] * Andrew C

Re[2]: Change font of TextBox in SlideShow

2007-04-16 Thread Yegor Kozlov
-Original Message- YS From: Yegor Kozlov [mailto:[EMAIL PROTECTED] YS Sent: Monday, April 16, 2007 13:33 PM YS To: POI Developers List YS Subject: Re: Change font of TextBox in SlideShow YS Hi, YS I updated the docs on the POI web site. YS See the updated examples at YS http

Re: help needed to update Textbox value of an excel sheet

2007-04-03 Thread Yegor Kozlov
Hi, r I want to update existing textbox's value of an excel sheet. r Appreciate for urgent response. It's not yet supported. You can't edit text in existing textboxes. P.S. Please use poi-user for usage questions. Yegor

Re[2]: some excel templates work, some won't work at all, and we don't quite know why

2007-03-30 Thread Yegor Kozlov
Hi, JO No, there weren't any special user actions. But the bug is fixed now, JO Yegor Kozlov submitted a patch and inserting any images works flawlessly JO now (see http://issues.apache.org/bugzilla/show_bug.cgi?id=28744 ). JO Judging from the content of the patch it was rather subtle. It won't

Is Glen Stampoultzis still a POI developer?

2007-03-27 Thread Yegor Kozlov
He doesn't seem to be posting in poi-user and poi-dev for quite a long time. He is the author of org.apache.poi.hssf.record.DrawingGroupRecord and I think I found a bug in it. Before applying the fix I would like to make sure it is correct and won't break anything. The bug is in

Re[2]: Is Glen Stampoultzis still a POI developer?

2007-03-27 Thread Yegor Kozlov
... that's the point of testcases, no? AS Regards AS - AS Avik AS On Tuesday 27 Mar 2007 7:38:19 pm Yegor Kozlov wrote: He doesn't seem to be posting in poi-user and poi-dev for quite a long time. He is the author of org.apache.poi.hssf.record.DrawingGroupRecord and I think I found a bug

Re: some excel templates work, some won't work at all, and we don't quite know why

2007-03-26 Thread Yegor Kozlov
Hi, Is there anything special in the way you are inserting images? Any user actions after Insert image from file? I mean undo or delete image and insert a newer version? Regards, Yegor JO Hello, JO Relevant versions first: we're using Excel 2000 and tried out POI JO versions 2.5.1, 3.0alpha3

Re: Stealing outline code from Perl SpreadSheet::WriteExcel

2007-03-20 Thread Yegor Kozlov
Hi, HSSF supports outlining. Look at http://jakarta.apache.org/poi/hssf/quick-guide.html#Outlining Is it what you need? What version of POI are you using? Try the latest POI 3.0 release candidate. This can be downloaded from: http://people.apache.org/~nick/POI-3.0-RC1/ Regards, Yegor

Re: Stealing outline code from Perl SpreadSheet::WriteExcel

2007-03-20 Thread Yegor Kozlov
The Limitations doc page is old. It lists POI 2.0 limitations. Rich Text and Outlines are supported since POI 2.5. I'm going to update the limitations list. Regards, Yegor RN Hi, RN I am working on an application for which I need to generate Excel RN spreadsheets with outlining. I read in the

Re[2]: svn commit: r507076 -

2007-02-16 Thread Yegor Kozlov
Avik, AS 1. Is this expected to compile with jdk 1.4 or 1.3? I compiled it under JDK 1.4. AS 2. for formula cells, it shouldnt probably be sized on the text of the AS formula, but on the formula result. Of course, for POI created formula's we AS dont have the result... thoughts?? Good catch.

Re: Bug 28231 POIFS throws an IOException when trying to open a file whose size is not a multiple of 512

2007-02-02 Thread Yegor Kozlov
Can you upload a testcase that triggers this bug and proves that the suggested fix works? Regards, Yegor AC http://issues.apache.org/bugzilla/show_bug.cgi?id=28231 AC How can I push this toward being committed to the svn repository? I am AC stuck having to use a temporary disk file as a

Re: HSLF TextProp refactoring

2007-01-16 Thread Yegor Kozlov
Nick, I'm glad you started this thread. We learned a lot about all this style stuff since the first version of StyleTextPropAtom and with this knowledge in mind the things can be greatly improved. Let's not rush with it. I already have experimental code. As soon as it gets a stable shape I

Re[2]: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-15 Thread Yegor Kozlov
/TestIntList2d.java ./src/testcases/org/apache/poi/util/TestList2d.java Looks like every project has files to fix. Regards, Yegor RK Yegor Kozlov schrieb: For HSSF we have 84 open issues in the bugzilla. RK Are there any show stoppers for a final release? RK Best regards RK Rainer Klute RK

Re[2]: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-14 Thread Yegor Kozlov
No, I didn't find any show stoppers. Yegor RK Yegor Kozlov schrieb: For HSSF we have 84 open issues in the bugzilla. RK Are there any show stoppers for a final release? RK Best regards RK Rainer Klute RKRainer Klute IT-Consulting GmbH RK Dipl.-Inform. RK

Re: Build/release stuff WAS Re: What Are Current POI Release Plans?

2007-01-11 Thread Yegor Kozlov
ACO can someone please figure out if we have any other REAL issues and list ACO them here? Some seemed to be preference issues of Jakarta members. I ACO do not plan to assist in satiating those. #2 is a serious issue, we ACO should be signing releases. I will help with any serious legal or

Re[2]: [VOTE] Yegor as commiter

2007-01-04 Thread Yegor Kozlov
I'm not bound by any NDA from Microsoft. Yegor ACO oh my +1 vote is of course conditional that he states on the list (if he ACO hasn't already) that he is not bound under any NDAs with Microsoft :-). ACO -Andy ACO Tetsuya Kitahata wrote: Avik wrote: Yegor Kozlov has put in significant

Re: DO NOT REPLY [Bug 41176] New: - Figure out what (if anything) we can do for PPT files where the first SlideListWithTexts has slides and masters

2006-12-14 Thread Yegor Kozlov
Who did create these ppt files? What software was used? Did it came from OpenOffice or saved as ppt in Adobe Illustrator or anything like this? I mean if we know the origin we can try to figure out why it happens. Yegor bao DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· bao RELATED

Re: [vote] timescale and involvement for 3.0-final release process

2006-12-13 Thread Yegor Kozlov
I'm working on cell comments right now. It should be ready in two weeks. Any objections to [option 1] + cell comments? Regards, Yegor NB Hi All NB Now we've got the release of alpha 3 out of the way, it's time to decide NB on when we should start on the 3.0 final release process. NB There

Re[2]: [VOTE] Another alpha release?

2006-12-04 Thread Yegor Kozlov
+1a. Does the full release mean that HSLF will be moved out of the scratchpad area? Yegor NB * should we do a release now, freeze, work to a release now, release with NB some HSLF apis that are about to change, without excel comment support NB etc, then do another release in the new

Re: Testing generated doc/... files

2006-11-02 Thread Yegor Kozlov
. Regards, Yegor KOzlov RS Hi, RS I'm thinking about how to semi automate testing of doc files which RS were created by HWPF. I'll explain what runs through my mind and RS would like to know, if anybody has an opinion on that and which tools RS would be ok or not. RS The first thing which came to my

Re[2]: RichTextRun.getFontSize()

2006-07-18 Thread Yegor Kozlov
EE Some integer. For example: I have a text box, and in it some text, with EE size 42, but the richTextRun says the size is 7. Does your text have format runs? Do some parts of the string have font size 42 and the other font size 7? EE

Re[4]: RichTextRun.getFontSize()

2006-07-18 Thread Yegor Kozlov
I could reproduce it. Looks like a bug. I'm investigating it. EE The whole line is size 32, but I get 2 richTextRuns, the first one with EE size -1, the second one with size 7 EE -Original Message- EE From: Yegor Kozlov [mailto:[EMAIL PROTECTED] EE Sent: Tuesday, July 18, 2006 2:07 PM

Re: Color problems

2006-07-17 Thread Yegor Kozlov
It's not a bug. RGB bytes in PowerPoint are swapped, i.e. it stores BGR instead of RGB. To get the real color just exchange red and green. P.S. This part of code is going to be refactored in nearest future. We want to make it easier and more user-friendly. The the architecture is being discussed.

object model to work with styles in PowerPoint

2006-07-13 Thread Yegor Kozlov
= txrun.getParagraphStyle(); //do paragraph styling So, I would like to hear you comments. Also, If anyone knows a good alternative to the suggested architecture - please share your knowledge. Regards, Yegor Kozlov - To unsubscribe, e-mail

Re: Java.awt.Color to HSSFColor

2006-06-02 Thread Yegor Kozlov
Hi In Excel you can use only a limited set of colors which is defined by Excel color palette. Standard colors are included in org.apache.poi.hssf.util.HSSFColor. If you want to use your own color you need select a color which is not used and redefine it: java.awt.Color color; //custom

Re: [VOTE] New alpha release

2006-05-29 Thread Yegor Kozlov
If it is possible, I would like to include in the upcoming release uncommitted patch http://issues.apache.org/bugzilla/show_bug.cgi?id=39389. Without this patch HSSF doesn't display extended ASCII characters for symbolic fonts like Symbol or Wingdings. We use such characters in production and it

Re: DO NOT REPLY [Bug 39096] - bug: adding new slides fails

2006-03-27 Thread Yegor Kozlov
Hi Nick Thank you. It looks like it didn't work with the old stuff either. Regards, Yegor bao DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· bao RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT bao http://issues.apache.org/bugzilla/show_bug.cgi?id=39096. bao ANY REPLY MADE TO THIS