importabular – компонент javascript для электронных таблиц
import Importabular from 'importabular'
const sheet=new Importabular({
node:document.getElementById('editorNode'),
})
sheet.setData([['Content of A1','of A2','A3'], ['B1','B2','etc.']])
import Importabular from 'importabular'
const sheet=new Importabular({
node:document.getElementById('editorNode'),
})
sheet.setData([['Content of A1','of A2','A3'], ['B1','B2','etc.']])
dhtmlxSpreadsheet открытый виджет таблиц писаный на javascript, аякс и PHP.
Офф страница