Tiny-sheet

# A B C D E
1
2
3
4

Creating a instance

let tnys = new tinySheet(tbodyElement, {patches: patches})

Omit the second argument to create a clean sheet.


Getting the data

tnys.getData()

    

To get the patches data from a tiny-sheet instance, access the tnys.patches property.