Minimal spreadsheet javascript component

Install it from npm

npm install importabular

Instantiate it on a dom node

Manipulate the sheet programmatically

sheet.getData();
sheet.setData([['First','line','text']);
sheet.destroy()

More complete example

Goals and limitations

I'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 reinventing the wheel to make sense, I should not add any extra features to this core.

The lib is fresh and not battle tested, probably has some bugs. The API is not stable yet. Feel free to create an issue if you find a bug.

Fork me on GitHub