Skip to content

excel_to_R function does not work #118

@v0369012

Description

@v0369012

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions