On Fri, 26 Sep 2008, Ravi Sundaar wrote:
I need to change the style for a few cells in my spreadsheet - setting a thick border and so on. However, when I try that the style gets applied to the whole spreadsheet!!

Clearly your cell is set to use the default cell style. So, when you get the cell style, it's the default one, and you change that. poi is behaving as expected

You probably want to create a new cell style, set it up as you want, then apply it to only certain cells. See the docs for more info

Nick

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

Reply via email to