Thursday, January 17, 2013

Creating Excel Chart Using JAVA



Hi,

  If any one has requirement of creating tabledata, reports in Excel Microsoft .
  Read/write operations with PowerPoint Microsoft.
  You can go with a APACHE POI opensource Java library.
  As it has some limitations with charts, currently we can create dynamic charts in excel by template approach method..for reference you can refer to the url  ExcelChart creation using POI

After googling i found few below chart libraries .



  • the JCCKit project (LGPL);
  • the QN Plot project (BSD);
  • the OpenChart2 project (LGPL);
  • the PtPlot project (UC Berkeley copyright);
  • the JRobin project (LGPL);
  • the Java Chart Construction Kit (LGPL, works with JDK 1.1.8);
  • the JOpenChart project (LGPL);
  • the jCharts project (BSD-style);
  • the JChart2D project (LGPL);
  • the Chart2D project (LGPL);
  • the ThunderGraph project (LGPL);
  • the E-Gantt project (Q Public License);
  • the MagPlot project (GPL) previously at https://magplot.dev.java.net/;
  • the XChart project (Apache 2.0);
  • 3 comments: