Type: Package
Package: openxlsx
Title: Read, Write and Edit xlsx Files
Version: 4.1.3
Date: 2019-11-07
Authors@R: 
    c(person(given = "Philipp",
             family = "Schauberger",
             role = c("aut", "cre"),
             email = "philipp@schauberger.co.at"),
      person(given = "Alexander",
             family = "Walker",
             role = "aut",
             email = "Alexander.Walker1989@gmail.com"),
      person(given = "Luca",
             family = "Braglia",
             role = "ctb"))
Description: Simplifies the creation of Excel .xlsx files by
    providing a high level interface to writing, styling and editing
    worksheets. Through the use of 'Rcpp', read/write times are comparable
    to the 'xlsx' and 'XLConnect' packages with the added benefit of
    removing the dependency on Java.
License: MIT + file LICENSE
URL: https://ycphs.github.io/openxlsx/index.html,
        https://github.com/ycphs/openxlsx
BugReports: https://github.com/ycphs/openxlsx/issues
Depends: R (>= 3.3.0)
Imports: grDevices, methods, Rcpp, stats, stringi, utils, zip, rlang
        (>= 0.1.2)
Suggests: knitr, pkgdown, testthat, roxygen2
LinkingTo: Rcpp
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.1
Collate: 'CommentClass.R' 'HyperlinkClass.R' 'RcppExports.R'
        'class_definitions.R' 'StyleClass.R' 'WorkbookClass.R'
        'baseXML.R' 'borderFunctions.R' 'chartsheet_class.R'
        'conditional_formatting.R' 'helperFunctions.R' 'loadWorkbook.R'
        'onUnload.R' 'openXL.R' 'openxlsx.R' 'openxlsxCoerce.R'
        'readWorkbook.R' 'sheet_data_class.R'
        'workbook_column_widths.R' 'workbook_read_workbook.R'
        'workbook_write_data.R' 'worksheet_class.R' 'wrappers.R'
        'writeData.R' 'writeDataTable.R' 'writexlsx.R'
NeedsCompilation: yes
Packaged: 2019-11-07 12:56:08 UTC; ceadm
Author: Philipp Schauberger [aut, cre],
  Alexander Walker [aut],
  Luca Braglia [ctb]
Maintainer: Philipp Schauberger <philipp@schauberger.co.at>
Repository: CRAN
Date/Publication: 2019-11-07 13:40:02 UTC
