UNPKG

jsheet-plus

Version:

Jspreadsheet-plus is an enhanced lightweight, vanilla javascript plugin to create amazing web-based interactive data grids with spreadsheet like controls compatible with Excel, Google Spreadsheets and any other spreadsheet software.

25 lines (19 loc) 591 B
#Jspreadsheet-plus as a webcomponent ``` <html> <script type="text/javascript" src="https://bossanova.uk/jspreadsheet/v4/jexcel.js"></script> <script type="text/javascript" src="https://bossanova.uk/jspreadsheet/v4/jexcel.webcomponent.js"></script> <script type="text/javascript" src="https://jsuites.net/v4/jsuites.js"></script> <!-- The configuration goes as a inline JSON string --> <j-spreadsheet> { "minDimensions": [10,10], "columns": [ { "width": "200px", "title": "Name" } ] } </j-spreadsheet> </html>