godilite / editable

This library allows you to create editable tables and spreadsheets with ease, either by providing initial row and column count to display an empty table or use it with predefined rows and column data sets.
MIT License
104 stars 36 forks source link

Mathematical functions to calculate addition of rows and column #19

Closed cyuket closed 3 years ago

cyuket commented 3 years ago

The class contains two functions Subtraction and Addition both accept an array of integers and return an integer,

godilite commented 3 years ago

Thank you