Package: WriteXLS Version: 6.8.0 Date: 2025-05-22 Title: Cross-Platform Perl Based R Function to Create Excel 2003 (XLS) and Excel 2007 (XLSX) Files Description: Cross-platform Perl based R function to create Excel 2003 (XLS) and Excel 2007 (XLSX) files from one or more data frames. Each data frame will be written to a separate named worksheet in the Excel spreadsheet. The worksheet name will be the name of the data frame it contains or can be specified by the user. Authors@R: c(person(given = "Marc", family = "Schwartz", role = c("aut", "cre"), email = "marc_schwartz@me.com"), person(given = c("Various authors for Perl modules listed in each .pm"), family = "file.", role = "aut")) Copyright: The copyright holders of the Perl files are listed in each .pm file under the Perl directory. License: GPL (>= 2) SystemRequirements: Perl Imports: utils URL: https://github.com/marcschwartz/WriteXLS BugReports: https://github.com/marcschwartz/WriteXLS/issues Config/pak/sysreqs: perl Repository: https://marcschwartz.r-universe.dev Date/Publication: 2025-05-22 16:28:24 UTC RemoteUrl: https://github.com/marcschwartz/writexls RemoteRef: HEAD RemoteSha: 7eb10fa3d4506e8e44205a53be23e410f131e5eb NeedsCompilation: no Packaged: 2026-06-16 10:24:01 UTC; root Author: Marc Schwartz [aut, cre], Various authors for Perl modules listed in each .pm file. [aut] Maintainer: Marc Schwartz