Skip to content
Back to formatted view

Raw Message

Message-ID: <1337165331691-4630231.post@n4.nabble.com>
Date: 2012-05-16T10:48:51Z
From: diyanah
Subject: write data using xlsReadWrite
In-Reply-To: <E211E3CB-5328-42DA-A95C-E7FA80E750C0@comcast.net>

Hai, I have change it to these, but error and I couldn't fix it. Do you have
any idea why?

file <- system.file("D:\\FYP\\image\\Cropped Images\\user61",
"forgerUser61.xlsx", package = "xlsx")
wb <- loadWorkbook("forgerUser61.xlsx")
sheets <- getSheets(wb)
sheet <- sheets[["all"]]
res <- readRows(sheet, startRow=4, endRow=5, startColumn=2, endColumn=3)

>Error in readRows(sheet, startRow = 4, endRow = 5, startColumn = 2,
endColumn = 3) : 
>attempt to apply non-function

--
View this message in context: http://r.789695.n4.nabble.com/write-data-using-xlsReadWrite-tp4629825p4630231.html
Sent from the R help mailing list archive at Nabble.com.