Minimal spreadsheet javascript componentInstall it from npm npm install importabularInstantiate it on a dom node Manipulate the sheet programmatically sheet.getData();sheet.setData([['First','line','text']);sheet.destroy() Goals and limitationsI've created this lib because I was tired of having to remove 90% of the features offered by the very few open source libs for web spreadsheets. So for this