All Projects → miraisolutions → Xlconnect

miraisolutions / Xlconnect

XLConnect: Excel Connector for R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Xlconnect

Dwsim5
DWSIM - Open Source Chemical Process Simulator (5.x series)
Stars: ✭ 120 (+9.09%)
Mutual labels:  excel, cross-platform
Xresloader
跨平台Excel导表工具(Excel=>protobuf/msgpack/lua/javascript/json/xml)
Stars: ✭ 161 (+46.36%)
Mutual labels:  excel, cross-platform
Vbasync
Cross-platform tool to synchronize macros from an Office VBA-enabled file with a version-controlled folder
Stars: ✭ 98 (-10.91%)
Mutual labels:  excel, cross-platform
Userpath
Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
Stars: ✭ 103 (-6.36%)
Mutual labels:  cross-platform
Blenderupdater
Small crossplatform Python 3 application to update Blender to the latest buildbot version
Stars: ✭ 103 (-6.36%)
Mutual labels:  cross-platform
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (+1426.36%)
Mutual labels:  cross-platform
Taxonkit
A Practical and Efficient NCBI Taxonomy Toolkit
Stars: ✭ 109 (-0.91%)
Mutual labels:  cross-platform
Stretch
High performance flexbox implementation written in rust
Stars: ✭ 1,383 (+1157.27%)
Mutual labels:  cross-platform
Phpspreadsheet
A pure PHP library for reading and writing spreadsheet files
Stars: ✭ 10,627 (+9560.91%)
Mutual labels:  excel
Xut.js
批量生成应用平台 http://t.cn/RazBbL0
Stars: ✭ 105 (-4.55%)
Mutual labels:  cross-platform
Nx Electron
Electron schematics for nrwl nx platform
Stars: ✭ 105 (-4.55%)
Mutual labels:  cross-platform
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (+1167.27%)
Mutual labels:  cross-platform
Yacep
yet another csharp expression parser
Stars: ✭ 107 (-2.73%)
Mutual labels:  cross-platform
Ruui
React's cross-platform UI for Web and Native (Android, iOs)
Stars: ✭ 103 (-6.36%)
Mutual labels:  cross-platform
Neovim
Vim-fork focused on extensibility and usability
Stars: ✭ 49,389 (+44799.09%)
Mutual labels:  cross-platform
Flixel
Free, cross-platform 2D game engine powered by Haxe and OpenFL
Stars: ✭ 1,381 (+1155.45%)
Mutual labels:  cross-platform
Kivymd
Set of widgets for Kivy inspired by Google's Material Design.
Stars: ✭ 107 (-2.73%)
Mutual labels:  cross-platform
X3c
A plugin-framework that uses C++ and STL.
Stars: ✭ 104 (-5.45%)
Mutual labels:  cross-platform
Enime
Desktop application for anime fans :D
Stars: ✭ 104 (-5.45%)
Mutual labels:  cross-platform
Mne Cpp
MNE-CPP: A Framework for Electrophysiology
Stars: ✭ 104 (-5.45%)
Mutual labels:  cross-platform

XLConnect: Excel Connector for R

CRAN_Status_Badge Rdoc Research software impact 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 send any enhancement requests or bug reports with a simple and self-contained reproducible example to [email protected] or log a corresponding 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"))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].