All Projects → ycphs → Openxlsx

ycphs / Openxlsx

Licence: other
openxlsx - a fast way to read and write complex xslx files

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Openxlsx

Fast Excel
🦉 Fast Excel import/export for Laravel
Stars: ✭ 1,183 (+1200%)
Mutual labels:  xlsx
Markovchain
Easy Handling Discrete Time Markov Chains
Stars: ✭ 80 (-12.09%)
Mutual labels:  cran
Dbwebapi
(Migrated from CodePlex) DbWebApi is a .Net library that implement an entirely generic Web API (RESTful) for HTTP clients to call database (Oracle & SQL Server) stored procedures or functions in a managed way out-of-the-box without any configuration or coding.
Stars: ✭ 84 (-7.69%)
Mutual labels:  xlsx
Flowr
Robust and efficient workflows using a simple language agnostic approach
Stars: ✭ 73 (-19.78%)
Mutual labels:  cran
Rsqlserver
SQL Server DBI for R, based on the jTDS driver
Stars: ✭ 76 (-16.48%)
Mutual labels:  cran
Js2excel
😌 😃 👿 A simple module for excel and json converts each other, which works in the browser.
Stars: ✭ 83 (-8.79%)
Mutual labels:  xlsx
Excelize
Golang library for reading and writing Microsoft Excel™ (XLSX) files.
Stars: ✭ 10,286 (+11203.3%)
Mutual labels:  xlsx
Excelcy
Excel Integration with spaCy. Training NER using Excel/XLSX from PDF, DOCX, PPT, PNG or JPG.
Stars: ✭ 89 (-2.2%)
Mutual labels:  xlsx
Powerlaw
This package implements both the discrete and continuous maximum likelihood estimators for fitting the power-law distribution to data. Additionally, a goodness-of-fit based approach is used to estimate the lower cutoff for the scaling region.
Stars: ✭ 79 (-13.19%)
Mutual labels:  cran
Sinkholes
🐛 Malware Sinkhole List in various formats
Stars: ✭ 84 (-7.69%)
Mutual labels:  xlsx
Volume approximation
Practical volume computation and sampling in high dimensions
Stars: ✭ 75 (-17.58%)
Mutual labels:  cran
Excel Io
Object-oriented java Excel library
Stars: ✭ 76 (-16.48%)
Mutual labels:  xlsx
Tidytransit
R package for working with the General Transit Feed Specification (GTFS)
Stars: ✭ 84 (-7.69%)
Mutual labels:  cran
Pkgsearch
Search R packages on CRAN
Stars: ✭ 73 (-19.78%)
Mutual labels:  cran
Proc
Display and analyze ROC curves in R and S+
Stars: ✭ 85 (-6.59%)
Mutual labels:  cran
Spreadsheet architect
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
Stars: ✭ 1,160 (+1174.73%)
Mutual labels:  xlsx
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-10.99%)
Mutual labels:  cran
Wooldridge
The official R data package for "Introductory Econometrics: A Modern Approach". A vignette contains example models from each chapter.
Stars: ✭ 90 (-1.1%)
Mutual labels:  cran
Pyexcel Xlsx
A wrapper library to read, manipulate and write data in xlsx and xlsm format using openpyxl
Stars: ✭ 86 (-5.49%)
Mutual labels:  xlsx
Linl
Linl Is Not Letter -- Markdown-based LaTeX Letter Template
Stars: ✭ 84 (-7.69%)
Mutual labels:  cran

openxlsx

Build Status AppVeyor build status codecov CRAN_Status_Badge CRAN RStudio mirror downloads R-CMD-check

This R package simplifies the creation of .xlsx files by providing a high level interface to writing, styling and editing worksheets. Through the use of Rcpp, read/write times are comparable to the xlsx and XLConnect packages with the added benefit of removing the dependency on Java.

Installation

Stable version

Current stable version is available on CRAN via

install.packages("openxlsx", dependencies = TRUE)

Development version

install.packages(c("Rcpp", "devtools"), dependencies = TRUE)
require(devtools)
install_github("ycphs/openxlsx")

Bug/feature request

Please let me know which version of openxlsx you are using when posting bug reports.

packageVersion("openxlsx")

News

Here.

Authors and Contributors for the current release

@awalker89, @aavanesy, @ale275, @alexb523, @david-f1976, @davidgohel, @dovrosenberg, @JoshuaSturm, @SHAESEN2, @soliac, @theclue, and @ycphs

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].