-
How is it possible to disable sort functionality and simply allow to edit header directly using the input?
-
Dear Jexcel community
I have embedded the =Piechart in a sheet. There is an option for the user to download. The downloaded file is attached. Is this expected behaviour if not what is there a wo…
-
Please see this jsfiddle: https://jsfiddle.net/martindawson/fp98gctb/23/
Then, edit cell B2 and type in a number such as 33. Then see console output.
Actual:
```
"Changed B3: =B4/B2"
"Chang…
-
First of all, thank you for the brilliant library. It's far better than the alternatives. I personally tried to implement my own before I found yours and had a terrible algorithm for updating the cell…
-
Firstly - many, many thanks for making jspreadsheet - it has been invaluable.
I would like to trigger a JavaScript function on each keypress whilst cells are being edited - similar to :
document…
-
So currently an instance of jspreadsheet gives back an object with all of the functions and properties on it but it also gives back the cells key/value such as A1, A2, B1 etc etc.
See screenshot:
…
-
Is it possible to keep the cell name property when jspreadsheet is created from a static HTML table?
I am trying to POST data from the table without copying data from the jspreadsheet table to the …
-
Dear Developers of the jspreadsheet,
Since the jexcel has been rename to jspreadsheet, the react example is deprecated. It show `Module not found: Can't resolve 'jexcel'`.
Which variable should …
-
My PC current locale is 'es-US' and I have a numeric column with mask = "#,##.000" and decimal = ".", when I'm editing the cell, If I press the decimal key in the NumPad nothing happend, but if I pres…
-
Hello,
Is there any way to have the custom formula function resolve the function by returning a Promise or via a callback? Using this code as an example:
```
var COLORIZE = function(v) {
…