DO NOT REPLY [Bug 39547] - HSLF: IndexOutOfBoundsException in TextRun constructor

2006-06-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39547. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39547] - HSLF: IndexOutOfBoundsException in TextRun constructor

2006-06-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39547. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39703] New: - Unable to Read values from Formula generated excel cells.

2006-06-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39703. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39703] - Unable to Read values from Formula generated excel cells.

2006-06-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39703. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[EMAIL PROTECTED]: Project jakarta-poi (in module jakarta-poi) failed

2006-06-02 Thread Gump [REL_2_BRANCH] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-poi has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project jakarta-poi (in module jakarta-poi) failed

2006-06-02 Thread Gump [REL_2_BRANCH] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-poi has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project jakarta-poi-3 (in module jakarta-poi-3) failed

2006-06-02 Thread Gump [HEAD] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-poi-3 has an issue affecting its community integration. This issue

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