Closed lanceupton closed 2 years ago
We have the same issue, the output object will only contain changes made manually to the table. It will not include changes made programmatically. Any tips here would be appreciated. Thanks
@lanceupton @analytichealth Please feel free to open this if the issue persists in the latest development version.
Thanks @Swechhya, working as expected for me.
Confirmed, works great. Thank you!
Great package! The development version offers a lot of functionality that I need in my shiny apps, however I noticed an issue recently (described below) that I wonder may be related to a recent development version or if I'm doing something completely wrong :(
Describe the bug The input object corresponding to renderExcel output is always NULL.
To Reproduce See MRE below.
input
.Expected behavior
input$tab
should update whenoutput$tab
updates. But, it doesn't seem to so when you click "Add Letter", a new letter is being added to NULL so only the new letter appears in the table.Desktop (please complete the following information):
Possibly related: I install this package via
renv::install("Swechhya/excelR")
Additional context
MRE: