Skip to content

lluisrojass/excel-insertion-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Excel Email/Records Book Insertion Module

A Java Swing GUI Module which handles the addition of an entry into a Microsoft Excel based Email Records book. In order to access and manipulate Microsoft OLE 2 Compound Documents and Open Office XML standard files this module implements Apache Software Foundation's POI API Library. Also Implements Apache Maven's Javatuples for simple tuple integration in java.

/GUI/src/File_Handler.java handles all direct interactions with the POI file.

/GUI/src/Event_Controller.java handles all the interactions between the swing GUI and the file system.

/GUI/src/Module_Window.java handles all graphical components. Extends javax.swing.JFrame.