Closed JulienBlasco closed 5 months ago
The following code produces an error:
toxlsx(as.data.frame(iris), path=tempdir()) # Erreur dans get(df) : objet 'as.data.frame(iris)' introuvable
This should produce an Excel file with title "as.data.frame(iris)" in cell A1.
Description of the error
The following code produces an error:
Expected result
This should produce an Excel file with title "as.data.frame(iris)" in cell A1.