Replies: 1 comment
-
Another preview functionality is provided by # install.packages("rhandsontable")
library(rhandsontable)
library(openxlsx2)
system.file("extdata", "openxlsx2_example.xlsx", package = "openxlsx2") %>%
wb_load() %>%
wb_to_df(col_names = FALSE) %>%
rhandsontable() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe add optional feature for another package: there are JavaScript libraries like this https://docs.sheetjs.com/docs/demos/grid#canvas-datagrid which would allow previewing sheets. Similar to Rstudio data viewer, but maybe a bit more intuitive.
Beta Was this translation helpful? Give feedback.
All reactions