Skip to content
/ jExcel Public

A simple spreadsheet application developed using java. Used jtable, threads, xml, infix to postfix convertion, etc.

License

Notifications You must be signed in to change notification settings

lahiiru/jExcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jExcel is a desktop java application which is capable of doing basic tasks which can be done in Excel

Following video gives an screen cast of application demonstration https://youtu.be/6pTyIs8pgZA

This project is built using NetBeans IDE

When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF).

To run the project from the command line, go to the dist folder and type the following:

java -jar "jExcel.jar"

NOTE: This project doesn't adhere to any coding standards or practices.

About

A simple spreadsheet application developed using java. Used jtable, threads, xml, infix to postfix convertion, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages