xlsxSimple-package: xlxs Simple

Description Details Changes With This Release Author(s) References See Also Examples

Description

A simple interface to the xlsx package, simplifying the task of sending a data frame or a graph to Excel.

Details

This requires the xlxs package and the Java run time environment. Which means that it will only run with the version of Java that you have installed and running. You may need to install with one of:

Changes With This Release

Author(s)

Maintainer: Charles Scheid chharleshscheid@gmail.com

References

https://poi.apache.org/apidocs/org/apache/poi/

See Also

xlsx, rJava

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
createWorkbook() -> book
toSheet(book, mtcars, "mtcars") -> sheet
addHyperLinks(sheet, "Google", "http://google.com")
saveWokbook(book, start = TRUE)

library(ggplot2)
(mtcars %>% ggplot(aes(mpg, cyl)) + geom_point()) %>% toSheet
saveWokbook(start = TRUE)

## End(Not run)

But-I-Digress/xlsxSimple documentation built on Jan. 26, 2020, 9:53 a.m.