Skip to content

wthornton18/rxl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple excel engine - supports a small subset of functions currently

Project idea inspired by: https://www.youtube.com/watch?v=HCAgvKQDJng

Expects input of the form

1|2|3|4
=sum(a1:d1) * a2 / a3|4|5|6

This will evaluate to

1|2|3|4
6|4|5|6

Future extensions

  • [] Implement additional function types
  • [] Reduce the amount of clone -> potentially bad choice of bigdecimal
  • [] Tidy up some of the code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages