DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17126>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17126

[RFE]Encapsulate Font and CellStyle records managed as Flyweight into 
org.apache.poi.hssf.usermodel package





------- Additional Comments From [EMAIL PROTECTED]  2003-03-05 06:53 -------
Sorry, I made a confuse about this problem.
I submitted a simple testcase to see this problem.
In "Input.xls",Cell A1 and A2 in the sheet "Test" has same attribute about 
cell's style.And In the testcase source is simply do

1.Load "Input.xls"
2.Get HSSFCellStyle about Cell A1.
3.Call HSSFCellStyle#setBorderBottom() ande change style attribute A1's cell.
4.Save as"Output.xls"

And checking "Output.xls",Both A1 and A2 Cell's style is changed.
It is correct behavior under the structure like now,but user may feel it is bug 
or not convinience.
What do you think about it?

Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to