Menu

Tree [7a022e] master /
 History

HTTPS access


File Date Author Commit
 src 2015-01-12 hussainp hussainp [7a022e] Changes to handle Exceptios while file opening
 .gitignore unknown
 LICENSE 2015-01-10 Hussain Pithawala Hussain Pithawala [542cca] Initial commit
 README.md 2015-01-10 Hussain Pithawala Hussain Pithawala [4685a2] Create README.md
 pom.xml 2015-01-11 Hussain Pithawala Hussain Pithawala [4614e8] Following changes are made in this commit

Read Me

JOffVis

A Java Swing based tool to visualize BIFF files viz XLS, DOC and PPT.

Current version support only visualizing xls files.

Pre requisites:

1) Java SDK 7

2) Maven 3

To compile the application, run the following command

mvn clean compile

To lauch the application, run the following command

mvn exec:java -Dexec.mainClass="joffice.gui.App"