Top "R-xlsx" questions

The xlsx library in R has capabilities for reading and writing Microsoft Excel files

Problems when trying to load a package in R due to rJava

When I type require(xlsx) in order to load the package xlsx in R, the following messages is shown: > …

r rjava r-xlsx
write.xlsx function not working

I am trying to use .xlsx library but function write.xlsx is returning error that such can not be found. …

r xlsx r-xlsx
read.xlsx reading dates wrong if non-date in column

The xlsx package is reading dates in wrongly. I've read all the top similar Q's here and had a scout …

r excel date r-xlsx
read.xlsx and colClasses

Does anyone know why argument colClasses does not seem to work in read.xlsx? I create a sample *.xlsx file: &…

r r-xlsx
MemoryError in R while read.xlsx

I am using the following R code (that utilizes the Java parameter to increase memory as well): library(xlsx) options(…

java r out-of-memory heap r-xlsx
Using write.xlsx to replace an existing sheet with R package xlsx

I am using package xlsx Version:0.5.7 Date: 2014-08-01. in R version 3.0.1 (2013-05-16) -- "Good Sport" Platform: i386-w64…

java r excel overwrite r-xlsx
read.xlsx 'Error in loadWorkbook(file): Cannot find file' R

I am trying to read in a number of Excel files into R using read.xlsx using the xlsx package …

r file r-xlsx
write.xlsx function gives error when defining path with the file name but read.xlsx is fine

I have a problem with the write.xlsx2 function of xlsx R package. For instance, see the code below. main_…

r rjava r-xlsx