Yegor,
I could not try what you advised me, and tried a lot of variations in my
environment to make this work, unfortunately couldn't succeed. And I really
need this handy feature :)
In *HSSFPatriarch.java*, could you please explain why does HSSFComment use *
HSSFAnchor* but not *HSSFClientAnchor*? I have the idea that maybe, they
both could be working and if you change this and recompile, it may be
working for all J
Thanks,
Cenk
public HSSFComment createComment(*HSSFAnchor* anchor)
{
...
...
}
* Where all other methods use it like
public HSSFTextbox createTextbox(*HSSFClientAnchor* anchor)
{
...
...
}