Package: tablexlsx Type: Package Title: Export Data Frames to Excel Workbook Version: 1.1.0 Authors@R: c(person(given = "Damien", family = "Dotta", role = c("aut", "cre"), email = "damien.dotta@live.fr"), person(given = "Julien", family = "Blasco", role = c("aut"), email = "julien.blasco@mailbox.org")) Description: Collection of functions that allow to export data frames to excel workbook. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true URL: https://ddotta.github.io/tablexlsx/, https://github.com/ddotta/tablexlsx BugReports: https://github.com/ddotta/tablexlsx/issues RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Suggests: rmarkdown, knitr, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: magrittr, methods, openxlsx, cli VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://ddotta.r-universe.dev Date/Publication: 2026-01-05 09:57:09 UTC RemoteUrl: https://github.com/ddotta/tablexlsx RemoteRef: HEAD RemoteSha: 6ad2e0c166d92abde31f3ca8784f8f26f45e4cf7 NeedsCompilation: no Packaged: 2026-07-04 06:28:52 UTC; root Author: Damien Dotta [aut, cre], Julien Blasco [aut] Maintainer: Damien Dotta