Skip to content

A simple Java project in Plain Java with Swing GUI to create a table editor with basic formula support.

Notifications You must be signed in to change notification settings

arrife/TableEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableEditor

A simple Java project in Plain Java with Swing GUI to create a table editor with basic formula support.

Features

  1. Import simple csv file (with no enclosing quotes).
  2. Use simple arithmetic expressions, e.g. "=2 + 3".
  3. Use simple links to other cells in expressions, e.g. "=pow(2, A1)".
  4. Save table in csv format with two options: save only values or save expressions.

Released functions:

  • Add
  • Mul
  • Div
  • Pow

About

A simple Java project in Plain Java with Swing GUI to create a table editor with basic formula support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages