-
Notifications
You must be signed in to change notification settings - Fork 32
/
NAMESPACE
118 lines (114 loc) · 2 KB
/
NAMESPACE
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# XLConnect requires rJava
import(methods)
import(rJava)
importFrom(utils, packageDescription)
importFrom(utils, browseURL)
importFrom(utils, download.file)
# XLConnect exports the following S4 classes & methods
exportClasses(workbook, cellstyle)
exportMethods(
addImage,
appendNamedRegion,
appendWorksheet,
clearNamedRegion,
clearRange,
clearRangeFromReference,
clearSheet,
cloneSheet,
createCellStyle,
createName,
createFreezePane,
createSheet,
createSplitPane,
existsCellStyle,
existsName,
existsSheet,
getActiveSheetIndex,
getActiveSheetName,
getBoundingBox,
getCellStyle,
getCellStyleForType,
getCellFormula,
getDefinedNames,
getForceFormulaRecalculation,
getLastRow,
getLastColumn,
getOrCreateCellStyle,
getReferenceFormula,
getReferenceCoordinates,
getReferenceCoordinatesForName,
getReferenceCoordinatesForTable,
getSheetPos,
getSheets,
getTables,
hideSheet,
isSheetHidden,
isSheetVeryHidden,
isSheetVisible,
mergeCells,
onErrorCell,
print,
readNamedRegion,
readTable,
readWorksheet,
removeName,
removePane,
removeSheet,
renameSheet,
saveWorkbook,
setActiveSheet,
setAutoFilter,
setBorder,
setCellStyle,
setCellStyleForType,
setCellFormula,
setColumnWidth,
setDataFormat,
setDataFormatForType,
setFillBackgroundColor,
setFillForegroundColor,
setFillPattern,
setForceFormulaRecalculation,
setHyperlink,
setMissingValue,
setRowHeight,
setSheetColor,
setSheetPos,
setStyleAction,
setStyleNamePrefix,
setWrapText,
show,
summary,
unhideSheet,
unmergeCells,
writeNamedRegion,
writeWorksheet,
"$"
)
# XLConnect exports the following functions & variables
export(
aref,
aref2idx,
col2idx,
cref2idx,
extractSheetName,
idx2aref,
idx2col,
idx2cref,
mirai,
loadWorkbook,
normalizeDataframe,
readNamedRegionFromFile,
readWorksheetFromFile,
writeNamedRegionToFile,
writeWorksheetToFile,
xlcDump,
xlcEdit,
xlcFreeMemory,
xlcMemoryReport,
xlcRestore,
XLC
)
# XLConnect exports the following S3 methods
S3method(print, mirai)
S3method(with, workbook)