From 0c68c5d54de37d5e9a7d5b6eab18d2087cba7cfd Mon Sep 17 00:00:00 2001 From: paulorodriguesjs <104591151+paulorodriguesjs@users.noreply.github.com> Date: Tue, 3 May 2022 11:09:09 -0300 Subject: [PATCH] Add Jspreadsheet CE Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based online interactive tables and spreadsheets compatible with other spreadsheet software. You can create an online spreadsheet table from a JS array, JSON, CSV or XSLX files. You can copy from excel and paste straight to your online spreadsheet and vice versa. It is very easy to integrate any third party javascript plugins to create your own custom columns, custom editors, and customize any feature into your application. Jspreadsheet has plenty of different input options through its native column types to cover the most common web-based application requirements. It is a complete solution for web data management. Create amazing online spreadsheets with Jspreadsheet. --- docs/resources/spreadsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/spreadsheet.md b/docs/resources/spreadsheet.md index d733d9a..5a5bc97 100644 --- a/docs/resources/spreadsheet.md +++ b/docs/resources/spreadsheet.md @@ -2,3 +2,4 @@ * [HANDSONTABLE](https://github.com/handsontable/handsontable) - Handsontable is a JavaScript/HTML5 Spreadsheet Library for Developers * [Frappe Datatable](https://github.com/frappe/datatable) - Frappe DataTable is a simple, modern and interactive datatable library for displaying tabular data. +* [Jspreadsheet CE](https://bossanova.uk/jspreadsheet/v4/) - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based online interactive tables and spreadsheets compatible with other spreadsheet software.