Skip to content

pedropp222/JCells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JCells

  • CLI csv editor
  • Includes 2 csv files for testing purposes

Running

Build program then

/.run.bat fileName

Features

  • CSV Cell parsing (needs ',' to separate cells)
  • Expression parsing end evaluation (only plus operator)
  • Simple operations

Commands

print
  • Prints the table of literal values of the cells
printe
  • Prints the table of evaluated expression values
cv x y value
cv POSITION value
  • Changes value of cell at X,Y or Position(eg. A1, B5, etc.) to value (only to int and string)
expr POSITION
  • Evaluates and prints value of expression at position

Issues

  • Many

About

cli interface csv editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published