• Stars
    star
    130
  • Rank 277,575 (Top 6 %)
  • Language
    R
  • Created almost 12 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

XLConnect: Excel Connector for R

XLConnect: Excel Connector for R

CRAN_Status_Badge rdocumentation.org CranLogsTotal CranLogsMonthly CranLogsWeekly R codecov

XLConnect is a comprehensive and cross-platform R package for manipulating Microsoft Excel files from within R. XLConnect differs from other related R packages in that it is completely cross-platform and as such runs under Windows, Unix/Linux and Mac (32- and 64-bit). Moreover, it does not require any installation of Microsoft Excel or any other special drivers to be able to read & write Excel files. The only requirement is a recent version of a Java Runtime Environment (JRE).

The package can easily be installed from CRAN via install.packages("XLConnect"). In order to get started have a look at the XLConnect and XLConnect for the Impatient package vignettes, the numerous demos available via demo(package = "XLConnect") or browse through the comprehensive reference manual.

Alternatively, you may install XLConnect directly from our github repository using the excellent devtools package:

require(devtools)

# Installs the master branch of XLConnect (= current development version)
install_github("miraisolutions/xlconnect")

# Installs XLConnect with the given version, e.g. 1.0.2
install_github("miraisolutions/xlconnect", ref = "<version>")

Please log any enhancement requests or bug reports with a simple and self-contained reproducible example as an issue on our github repository. For other questions you may also use Stackoverflow.

Build for release on CRAN

devtools::build(args=c("--compact-vignettes=gs+qpdf"))

More Repositories

1

compareWith

RStudio Addins for Enhanced Diff and Merge
R
55
star
2

eRum2020Workshop

eRum2020 Workshop material
39
star
3

sparkbq

Sparklyr extension package to connect to Google BigQuery
R
19
star
4

rTRNG

R package providing access and examples to TRNG C++ library
C++
19
star
5

SmaRP

Shiny app for projecting retirement funds / benefits
R
19
star
6

spark-bigquery

Google BigQuery data source for Apache Spark
Scala
18
star
7

Covid19

Dashboard developed in r shiny to provide insight on COVID-19 pandemic, analyzing data from public, reliable sources.
HTML
16
star
8

ShinyCICD-min

Minimal packaged Shiny app used as starting point for the e-Rum2020 workshop
R
14
star
9

techguides

Technical guidelines around R programming
R
13
star
10

sparkgeo

Sparklyr extension package providing geospatial analytics capabilities
R
9
star
11

secretsanta

Python package tutorial - secret santa utility
Python
5
star
12

godmode

Godmode package for R
R
4
star
13

covid19-vaccination-ch

Covid 19 Swiss Vaccination article.
R
4
star
14

xlconnect-java

Simple Java wrapper around Apache POI
Java
3
star
15

ShinyCICD

Example of a packaged Shiny App for illustrating CI/CD pipelines
R
3
star
16

MiraiLabs

A series of data science workshops aimed at professionals
R
3
star
17

PublicTalks

Public talks and presentations given by Mirai Solutions
2
star
18

winsendkeys

Sendkeys R library for Windows
C++
2
star
19

xlconnectjars

XLConnect JAR dependencies
R
2
star
20

eRum2020Workshop-prereqs

Pre-requisites for Mirai's workshop at e-Rum2020
R
2
star
21

covid-19-gallery

A gallery of COVID-19 resources
CSS
2
star
22

apache-arrow-flight-python-example

Code examples / snippets for website news post
Python
1
star
23

ShinyProdPrereq

Prerequisite of Shiny test deployment in training material
R
1
star