Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refonte de la documentation #44

Open
6 tasks
JulienBlasco opened this issue Oct 16, 2024 · 1 comment
Open
6 tasks

Refonte de la documentation #44

JulienBlasco opened this issue Oct 16, 2024 · 1 comment

Comments

@JulienBlasco
Copy link
Contributor

JulienBlasco commented Oct 16, 2024

Voici une to-do list :

  • Mieux fournir la section exmples Roxygen de toxlsx et add_table (retours d'utilisateurs)
  • Galerie d'exemples pkgdown :
    • Découpage en deux pages : "intro" et "usages avancés"
    • Génération automatique des preview des excel
    • Modification des tables imprimées pour qu'elles s'impriment bien
    • Ajout d'un lien de téléchargement des excel
    • Modification des actions github dans le pkgdown.yml : https://github.com/jmservera/libreoffice-action

Morceau de code pertinent :

toxlsx(mtcars, path)

wb <- openxlsx::loadWorkbook(file.path(path, "Export.xlsx"))
for (sheet in wb$sheet_names) {
  openxlsx::pageSetup(wb, sheet, orientation = "landscape", fitToHeight=TRUE)
}
openxlsx::saveWorkbook(wb, file.path(path, "Export_preview.xlsx"), overwrite=TRUE)

Sys.setenv(LD_LIBRARY_PATH = "/usr/lib/libreoffice/program")
system2("/usr/bin/libreoffice", args = c("--headless",
                                "--convert-to",
                                "png",
                                shQuote(file.path(path, "Export_preview.xlsx")))
)

Originally posted by @JulienBlasco in #41 (comment)

@ddotta
Copy link
Owner

ddotta commented Oct 22, 2024

Hello @JulienBlasco,
Je te remercie encore pour ton implication sur ce projet 👍
Très ambitieuse ta PR ! Mais j'avoue que je ne vois pas bien ce que tu envisages pour la partie "téléchargement des excel" puis l'utilisation des GH actions, quel serait le comportement attendu ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants