forked from ycphs/openxlsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
73 lines (73 loc) · 1.79 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Type: Package
Package: openxlsx
Title: Read, Write and Edit xlsx Files
Version: 4.1.4.9000
Date: 2019-12-04
Authors@R:
c(person(given = "Philipp",
family = "Schauberger",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Alexander",
family = "Walker",
role = "aut",
email = "[email protected]"),
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,
utils,
zip,
stringi
Suggests:
knitr,
testthat,
roxygen2
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.0.2
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'