-
Can you please consider adding in a further parameter for tooltip text in the toolbar initialization script?
Currently we have
```
type | could be i for icon, select for a dropdown, color or a…
-
Hi!
Thanks for your excelR package!
I am trying to update table content from Shiny but creates duplicate table rather than replaces existing one.
```
library(shiny)
library(excelR)
shinyApp(
…
-
**Replicate**
1. Visit https://bossanova.uk/jexcel/examples
1. Scroll down to the spreadsheet
1. Select cell B2
1. Press one of `Home`, `End`, `PgDn`, `PgUp`, or `Spacebar`.
**Actual Results**
…
ghost updated
5 years ago
-
Have you considered the necessity of internationalization?
-
We still have users using IE11 so we need copy/paste to function. We have a new reactjs app and have a workaround in the source that would help fix the paste issue.
This first snippet is how we im…
-
hi @paulhodel,
I try to use jexcel v3 move row function, then find a bug.
move row to up is not problem ( table.moveRow(3, 0); ).
However,
when I move the row to down (table.moveRow(3, 0);).
It s…
-
Is there a way to vertically align all of the text in all of the cells in the table to either top, middle or bottom. I am creating the table as follows:-
```
var skills_changed = function(instanc…
-
Hi team,
I declared a IF function like
```
var IF = function(test, then_value, otherwise_value) {
return test ? then_value : otherwise_value;
};
```
I want to use json file to store data an…
-
I ran into several issues with deleting a row or rows and can reproduce on the sample site linked below.
- I'm able to remove ALL rows (but not clear now to then insert a new row). This can only be …
-
hello,With version 3.0, I always fail in offline environments,not found jApp.js,How to introduce JApp.js