-
Please add it's definition and usage to the webside.
Plus, it seems the `setValue()` and `getValue()` hooks are specifically for internal types, please specifies this in the doc.
-
While doing a search inside a column filter , i get the following error -
> index.js?9eb8:15 Uncaught TypeError: _0x27844[_$_7945[691]] is not a function
> at Function._0x2681E. [as render] (…
-
Scenario 1:
if the cell "A1" has value "Test123"
if i add reference of cell A1 in A2. example in A2 cell "=A1".
in A2 cell i get only value "123"
-
Hi,
Sorry to bother but I have a couple of questions/feedback:
- Are the formulas in pro version the same as ce (https://github.com/jspreadsheet/ce/blob/master/src/js/jexcel.formulas.js)? If not…
-
Hi guys.
I need to put a color selector in the header, so the user chooses.
An example is in the image as I want.
Anyone have an idea?
thanks
-
![transbefore](https://user-images.githubusercontent.com/32892218/121476683-8e843200-c9f9-11eb-8290-9b1d978bce9c.png)
![transformed](https://user-images.githubusercontent.com/32892218/121476687-8fb55…
-
Hi,
Is there a way to toggle all of the cells to be in edit mode and show the formulas of each cell?
Here's an example:
![image](https://user-images.githubusercontent.com/15030491/116577076-1…
-
# Problem/Need:
The HTML export is fine for communicating with devs, but what about for non-devs to communicate with each other or just to remind themselves? Otherwise they'd just use something the…
-
Hi JSpreadsheet Team,
When I add Nested Headers to a large table and then scroll the table off of the screen, the Column Headers float over the text in the way that I would expect, but the Nested H…
robdt updated
3 years ago
-
When I set a cell value to "=SHEET1!D1", it works, but if I set the cell to readonly by [cell.classList.add('readonly')], it shows [#ERROR]. Is it possible to set the value equal to some other shee…