read_excel(file, col_types = "text") not working in shiny

df <- read_xlsx("LSHT_PS.xlsx", col_types = "text"). Page takes too long to load apparently due to col_types not working. Works on laptop but not when I publish site on shiny.

1 Like