This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
Nitrogen-CIT
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Corrección exportar xlsx.
main
marcelcosta
1 week ago
parent
8aa83870a0
commit
e3b57495b8
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Nitrogen-CIT/app.R
+ 2
- 1
Nitrogen-CIT/app.R
View File
@ -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
)
}
)
Write
Preview
Loading…
Cancel
Save