Package: writexl Type: Package Title: Export Data Frames to Excel 'xlsx' Format Version: 1.5.4.9000 Authors@R: c( person("Jeroen", "Ooms", role = "aut", comment = c(ORCID = "0000-0002-4035-0289")), person("Bill", "Denney", ,"wdenney@humanpredictions.com", role = c("aut", "cre"), comment = c(ORCID="0000-0002-5759-428X")), person("John McNamara", role = "cph", comment = "Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)")) Description: Zero-dependency data frame to xlsx exporter based on 'libxlsxwriter' . Fast and no Java or Excel required. License: BSD_2_clause + file LICENSE Copyright: Jeroen Ooms. For copyright notices of bundled third-party code (libxlsxwriter and dependencies), see COPYRIGHT. Encoding: UTF-8 URL: https://ropensci.r-universe.dev/writexl https://docs.ropensci.org/writexl/ BugReports: https://github.com/ropensci/writexl/issues RoxygenNote: 7.0.2 Suggests: spelling, readxl, nycflights13, testthat (>= 3.0.0), bit64 Language: en-US SystemRequirements: zlib Config/testthat/edition: 3 Config/pak/sysreqs: zlib1g-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-08 21:35:06 UTC RemoteUrl: https://github.com/ropensci/writexl RemoteRef: master RemoteSha: f0108345e0eef12fe219cabebade32d64ffe2f77 NeedsCompilation: yes Packaged: 2026-06-23 16:37:52 UTC; root Author: Jeroen Ooms [aut] (ORCID: ), Bill Denney [aut, cre] (ORCID: ), John McNamara [cph] (Author of libxlsxwriter (see AUTHORS and COPYRIGHT files for details)) Maintainer: Bill Denney