There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.