Package: writexl Type: Package Title: Export Data Frames to Excel 'xlsx' Format Version: 2.0.0 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 Suggests: grDevices, graphics, spelling, readxl, nycflights13, testthat (>= 3.2.0), xml2, bit64, knitr, rmarkdown VignetteBuilder: knitr Language: en-US SystemRequirements: zlib Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: zlib1g-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-08-05 16:06:53 UTC RemoteUrl: https://github.com/ropensci/writexl RemoteRef: master RemoteSha: 4e95cf3866ffd046f7ad9e3e7c214e1e5f1837c7 NeedsCompilation: yes Packaged: 2026-08-05 18:17:21 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