-
The modal, once opened, does not load the library.
**Js**
```
document.addEventListener('DOMContentLoaded', function () {
// Initialize JSpreadsheet
var spreadsheet = jspreadsheet(documen…
-
### Plugin Name with version
Copypaste Advanced 3.3.1
### JSpreadsheet version
v10.x
### Describe the bug
[Jspreadsheet 11 is out now](https://jspreadsheet.com/docs/upgrades) and it included som…
-
**Is your feature request related to a problem? Please describe.**
Currently our project is seeking a R-based solution for a browser-based spreadsheet with tabs. excelR, which is based on v3 of JExc…
-
--> https://bossanova.uk/jspreadsheet/v4/
The uses of features and events are documented here in Vanilla JS. When I added Vue 3 jspreadsheet to my project, I could not use the features/events in the …
-
Try using this lib, but got error:
```svelte
import { onMount } from 'svelte';
import jspreadsheet from 'jspreadsheet-ce';
import 'jspreadsheet-ce/dist/jspreadsheet.css';
// Global Variables
…
-
Goal: edit multiple localization JSON in one spreadsheet (see following screenshot) as webcomponent displayed in storybook.
![image](https://user-images.githubusercontent.com/16844103/114082555-2e182…
-
When navigating the csv file (especially a longish one) I remember the line number I am on and have to scroll to it. It would be better to just be able to skip to the line number in the config file ed…
-
Using jexcel.js (nowadays "jspreadsheets") we should be able to paste a selection from another spreadsheet, for example google sheets
Seems to be working in this example: https://bossanova.uk/jspre…
-
I know that Handsontable provides column summary https://handsontable.com/docs/column-summary, but it's not what we want because:
1. We have to add an extra row to the data source
2. We really don't…
-
for example
https://github.com/olifolkerd/tabulator
https://github.com/jspreadsheet/ce
further, is it possible to interface 3rd javascript code without writing any js code?
thanks