xlsxFile <- system.file("extdata", "openxlsx2_example.xlsx", package = "openxlsx2")
wb1 <- wb_load(xlsxFile)
df <- wb_to_df(wb1)
# conversion is done on dataframes only
convertToExcelDate(df = df["Var5"], date1904 = FALSE)
Run the code above in your browser using DataLab