Test downloader

This commit is contained in:
2025-10-23 12:26:54 +02:00
parent e3b57495b8
commit 65f1e39467
+1 -1
View File
@@ -107,7 +107,7 @@ server <- function(input, output) {
},
content = function(file){
writexl::write_xlsx(dades$taula, file)
writexl::write_xlsx(list("Nitrogen"=dades$taula), file)
}
)