Displaying 1 result from an estimated 1 matches for "nameorindex".
Did you mean:
name_index
2010 Nov 29
0
Updates for xlsReadWrite (1.5.3) and xlsReadWritePro (1.6.1/3)
...as a vector or as a
data.frame (the latter is new, type will be determined for each
cell individually)
- range: read ranges either by name or by a numeric 4-elem-vector
(R1,C1,R2,C2)
(A1 style, i.e. 'A1:C3', 'Sheet2!B42' could eventually be added here).
o xls.sheet, NAMEORINDEX argument renamed
- 'nameOrIndex' becomes 'sheet' and the default is the first/active sheet
(depends if file is a physical file or an xls-obj)
- 'copyAndInsert' action copies from the active sheet
o xls.image, SHEET argument is needed! In light of this obligatory cha...