Description
Convert excel sheets to dataframes, display in DT, and return the dataframes
Usage
getxl(input, output, session)
Arguments
session
is shiny session variable
Details
This is a shiny module that presents a file picker UI to get an Excel file name, and reads the Excel sheets using readxl package and returns the resulting sheet(s) as a vector and data in dataframe(s).
See Also
See xlex for examples