Displaying 1 result from an estimated 1 matches for "t070206_1347".
2011 Nov 07
1
Problema with Excel files
...a Excel file with three spreadsheets: PlanA, PlanB
and PlanC.
I'm trying to read the three spreadsheets and then adding
them together.
But, when I try read the PlanA there is an error message:
rm(list=ls())
setwd('C:/Test/Dados/Teste')
require(RODBC)
Arquivo = odbcConnectExcel('T070206_1347.xls')
(Geral = sqlFetch(Arquivo, 'PlanA'))
(Lactacao = sqlFetch(Arquivo, 'PlanB'))
Erro em as.POSIXlt.character(x, tz, ...) :
character string is not in a standard unambiguous format
I don't know what's happening. Can anyone help me?
Thanks a lot,
----------------...