ce
ce copied to clipboard
Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
Using V5 CE I tried setSelectedCell(0,0), selectCell(0,0), from worksheet[0]. I can't find the function. Can somebody help. Also, why there's no link to just download the zip file with bare...
A user experience issue in Jspreadsheet CE (tested on both v4 and v5) where the screen scrolls to the top unexpectedly during keyboard-only operations. 🔄 Steps to Reproduce Navigate to...
Related to #614. When using a mask (e.g. "$ #,##0") or currency format (eg., taken from docs: `{locale: 'en-IN',options: { style:'currency', currency: 'INR' }}`), if the first value entered in...
do not find 'tabs' on jspreadsheet.min.js version 5.0.1
Problem: One page has multiple spreadsheets. One of them must not influence `jspreadsheet.history.actions` in any way. Request: I want to disable the history feature for a specific spreadsheet. It would...
Problem: There is no built-in library feature that allows us to trigger a callback when the history cursor changes. Example: Consider a page with multiple spreadsheets, each having a custom...
Hello JSpreadsheet Team, Thanks for building the great project. It is very useful and I have a requirement where I need to collect the data which has been changed while...
I have a sheet with 29 columns. Only 2 of them accept user input, but a few of the other columns have formulas based on the values in these 2...
Hi, any ideas to get only filtered rows? thank you.
I want to prevent data mixing when users drag cells to copy and paste, so I need to restrict horizontal "dragging and copy-pasting". I found some examples suggesting that this...