On Dec 5, 2012, at 2:19 PM, David Winsemius wrote:
>
> On Dec 4, 2012, at 10:05 AM, Sebastian Kruk wrote:
>
>> Dear all,
>>
>> I cannot reading a .xlsm file using read.xls.
>>
>
> That doesn't surprise me. It's a macro format. Why should R be reading Excel
> macros?
>
>
>> I executed:
>>
On Dec 4, 2012, at 10:05 AM, Sebastian Kruk wrote:
> Dear all,
>
> I cannot reading a .xlsm file using read.xls.
>
That doesn't surprise me. It's a macro format. Why should R be reading Excel
macros?
> I executed:
>
> read.xls("resultados.xlsm",
> colNames = TRUE,
> sheet = 1,
> type = "da
Dear all,
I cannot reading a .xlsm file using read.xls.
I executed:
read.xls("resultados.xlsm",
colNames = TRUE,
sheet = 1,
type = "data.frame",
from = 1,
rowNames = NA,
colClasses = "character",
checkNames = TRUE,
dateTime = "numeric",
naStrings = NA,
stringsAsFactors = F)
Error:
Call("ReadXls
3 matches
Mail list logo