/formulaic

Given an N-dimensional spreadsheet defined with width M and height N, formulaic reduces the spreadsheet values per cell. Line 1 should be two integers that define the width and height. Then, N*M lines containing the expression which is the value of the corresponding cell.

Primary LanguageJava

No issues in this repository yet.