> The method I have used in the past is to create a cell, add it to a row,
insert the data, create a new cell style
> and then check to see if I already have one with the relevant attributes. If
so, apply that to the cell, if not
> apply the new one to the cell and add it to the pool.

That's the way I was going to do it too.  I was just hoping that I could use
equals to simplify the check for 'style already present'.

Would you mind sharing the code you use to compare all the style attributes?
Do you use the PropertyList class that the cell utility uses?  Again, I'm
new to java and apache, so I don't know what's available in the libraries of
either.

Thanks again,
Rob


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

Reply via email to