The basic functionality of this project is to read data from Microsoft Excel Spreadsheet and present the data in gantt graph.
The programming language is in Java.
The developing environment is Eclipse with Egit.
-
jxl.jar: used to read, write and modify Windows Excel spreadsheets.
-
jcommon-1.0.17.jar, jfreechart-1.0.14.jar: used to draw various charts, like gantt chart in this project.
-
jigloo Eclipse Plug-in: used to make GUI.