Package: openxlsx
Type: Package
Title: Read, Write and Edit xlsx Files
Version: 4.1.2
Date: 2019-10-28
Authors@R: c(person("Philipp","Schauberger",email="philipp@schauberger.co.at",role=c("aut","cre")),
    person("Alexander", "Walker",
    email = "Alexander.Walker1989@gmail.com", role = c( "aut")),
    person("Luca", "Braglia", role = "ctb"))
URL: https://github.com/ycphs/openxlsx
BugReports: https://github.com/ycphs/openxlsx/issues
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
LinkingTo: Rcpp
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: methods, Rcpp, grDevices, stats, utils, zip
VignetteBuilder: knitr
Suggests: knitr, testthat
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-10-28 20:55:27 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-10-29 06:50:06 UTC
