On Wed, 10 Sep 2008, krishnanand thiyadath wrote:
I am using the following code, to add comments to a already existing cell in
a sheet.
In the same sheet, i also have a cell which acts as a drop down ( I mean a
cell with data validation type list and referring a named range).

I have a feeling that some of the data validation stuff using the sheet drawing patriarch. In order to add comments, you have to zap the existing drawing patriarch, then start with a fresh one, because poi doesn't support parsing the icky mess which is excel drawing support in existing files.

I have a feeling you'll need to add all your comments and validation stuff in one go

Nick

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

Reply via email to