views:

54

answers:

0

Hi, everybody!

I have an excel template with images... When I simply populate it with data everything works fine. But I need programmaticly to add comments to cells sometimes, and the only way I found is to use HSSFPatriarch. But when I call HSSFSheet.getDrawingPatriarch() all images on sheet disappear... So the question is: 1. Is there is any way to fix it? 2. Is there any way to add comments without calling getDrawingPatriarch?