I think the only way to tell is to generate a basic spreadsheet manually and with poi and compare.
-- Glen ----- Original Message ----- From: "Andrew C. Oliver" <[EMAIL PROTECTED]> To: "POI Development" <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 1:08 AM Subject: Re: DO NOT REPLY [Bug 6802] - Format Cells... dialog does notpopup > Wow that does help... I wonder if there is something in the RowRecord > that we're not setting correctly? > > Any thoughts Glen? > > On Thu, 2002-03-07 at 00:56, [EMAIL PROTECTED] wrote: > > 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=6802>. > > 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=6802 > > > > Format Cells... dialog does not popup > > > > > > > > > > > > ------- Additional Comments From [EMAIL PROTECTED] 2002-03-07 05:56 ------- > > I just was playing around with Poi, and just managed to "fix" this in my test > > servlet. It was broken when I did just: > > row1.setBorderBottom(HSSFCellStyle.BORDER_DOUBLE); > > (where row1 is instanceof HSSFCellStyle). > > Excel suddenly becomes happy when I do: > > row1.setBorderBottom(HSSFCellStyle.BORDER_DOUBLE); > > row1.setBottomBorderColor(HSSFCellStyle.PALE_BLUE); > > > > The really strange thing is that both row-1 and row-2 (which has no border > > styles in my case) are broken. All the other rows work (which also have no > > border styles). > > > > I'm still a BIFF novice, so no patch. But I hope this helps. > -- > http://www.superlinksoftware.com > http://jakarta.apache.org - port of Excel/Word/OLE 2 Compound Document > format to java > http://developer.java.sun.com/developer/bugParade/bugs/4487555.html > - fix java generics! > The avalanche has already started. It is too late for the pebbles to > vote. > -Ambassador Kosh >
