-
jexcel('getStyle') returns an array with one array element with a lot of hashvalues instead of an array with many elements.
The returned value cannot be used to load jexcel with jexcel('setStyle') …
-
Hi team
I'm new to jexcel v3.
I want to show original column(A, B, C, D...) above named title column i defined, how i can do that?
Thank
-
Hi,
Thanks for this, great script so far! I am having an issue with the insertColumn, in a nutshell I'm building the data array from PHP and wanting to add a column with checkboxes for the user to…
-
I have a table with new column creation disabled, and I'd like to set up a way for each cell to be iterated through by pressing TAB (A1->B1->C1->D1->A2->B2->etc).
Being able to create new rows this…
-
Using your example and numeral.js I have formatted a cell as 23,583.00. When I double click on the cell and then click on another cell, without making any changes, the first cell values changes to 0.…
-
On a 1000 row table, the search fails with the above error.
-
Hi, how i can handle event when insert row after or insert row before?
-
This is not working on the latest V3. Row height is not observed.
```
var data = [
['Mazda', 2001, 2000],
['Pegeout', 2010, 5000],
['Honda Fit', 2009, 3000],
['Honda CRV',…
-
I have just copied and pasted code in my script it is giving error like TypeError: $.fn.jexcel is undefined
data1 = [
['US', 'Cheese', '2019-02-12'],
['CA', 'Apple…
-
Hello again Paul
first of all i would like to report some broken pages on the Jexcel website.
All titles of section return on blank page and some are just not found.
second, i would like to know …