java.lang.RuntimeException: NotImplemented at org.apache.poi.hssf.usermodel.HSSFPatriarch.createChart(HSSFPatriarch.java:518)

爷,独闯天下 提交于 2019-12-13 07:24:10

问题


java.lang.RuntimeException: NotImplemented at org.apache.poi.hssf.usermodel.HSSFPatriarch.createChart(HSSFPatriarch.java:518)

Drawing drawing = sheet.createDrawingPatriarch();
ClientAnchor anchor = drawing.createAnchor(0, 0, 0, 0, 0, 5, 8, 20);

Chart chart = drawing.createChart(anchor); // Error got here

i am using jar file poi-3.11-beta2.jar

来源:https://stackoverflow.com/questions/42154420/java-lang-runtimeexception-notimplemented-at-org-apache-poi-hssf-usermodel-hssf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!