excelR
excelR copied to clipboard
Automatically changing the color of text in a cell when user makes changes in excelR
Thanks for this awesome package!
I have a question. Is there a way to know which cells are edited by the user in shiny apps. Say, automatically changing the color of text in a cell when user makes changes in excelR. If the user makes changes in some cells, then the color of the text in these cells or the can be changed accordingly. Just like the following Excel screenshot.

Besides, how can I turn the table into a heatmap? Just like the rhandsontable package?See the following example:

Thanks again for this super useful package! Hope you can consider my feature requests.
Currently there is no such feature in the package. Thank you sending these requests, I'll surely consider these requests and try to include it in the future versions.
There is no automatic way for changing the color of text in a cell when user makes changes in excelR, however that can be done with bit of R code, by checking the previous and current data and using style parameter.
Thanks for your instructions!