Hello,
The example on the page
http://jakarta.apache.org/poi/hssf/quick-guide.htmldoes not seem to
workfor me. Or if it works, could you please give another
example?
I downloaded the nightly build but i still get a "method not found" error.
I use Coldfusion Mx, my code goes like:
patr = newSheet.createDrawingPatriarch();
cell1 = newSheet.createRow(4).createCell(1);
comment1 = patr.createComment(createObject("java","
org.apache.poi.hssf.usermodel.HSSFClientAnchor").init(0, 0, 0, 0, 4, 2, 6,
5));
I get an error when I try the example on the quickguide.
Thanks a bunch to Yegor, and you all!
Cenk