Browse Source

Corrección exportar xlsx.

main
marcelcosta 1 week ago
parent
commit
e3b57495b8
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Nitrogen-CIT/app.R

+ 2
- 1
Nitrogen-CIT/app.R

@ -106,7 +106,8 @@ server <- function(input, output) {
paste("Nitrogen", ".xlsx", sep="")
},
content = function(file){
write.xlsx(dades$taula, file)
writexl::write_xlsx(dades$taula, file)
}
)

Loading…
Cancel
Save