62,635
社区成员




BufferedImage bi = new BufferedImage(width, height,BufferedImage.TYPE_INT_RGB);
Graphics gc=bi.getGraphics();
gc.drawLine(x1, y1, x2, y2);
2、你要生成Excel格式的文件:用jxl 或poi,此外如aspose.cell之类的
3、你要生成待表格的word文档:用poi或jacob ,此外如aspose.word
4、你要生成的是报表,可以用一些报表工具,如gridreport