README.md

Rdoc Build Status codecov

excelutilsr

Introduction

The goal of excelutilsr is to provide some basic utility functions for working with Excel workbooks and worksheets. It does not particularly contain anything novel, though, to my best knowledge it has the most complete function, add_formatted_worksheet, for adding conditional styles to cells using XLConnect.

I use create_wkbk, which creates workbooks and one or more worksheets, far more than any other function, because many of my clients want output in Excel format.

I will continue to add functions to this when I develop something of general use.

Use the code as you want. Please send me any useful changes and enhancements via a pull request on github.com.

Installation

You can install excelutilsr from github with:

install.packages("devtools")
devtools::install_github("rmsharp/excelutilsr")


rmsharp/excelutilsr documentation built on May 27, 2019, 9:33 a.m.