-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Describe the bug
I call the function excel_to_R(), it just give me a null value. The example code does also not work.
To Reproduce
if(interactive()){
library(shiny)
library(excelR)
shinyApp(
ui = fluidPage(excelOutput("table")),
server = function(input, output, session) {
output$table <-
renderExcel(excelTable(data = head(iris)))
observeEvent(input$table,{
print(input$table)
print(excel_to_R(input$table))
})
}
)
}
Desktop (please complete the following information):
- OS: Ubuntu 22.04.2 LTS
- Browser chrome
- Version 124.0.6367.119
Metadata
Metadata
Assignees
Labels
No labels