用于在没有 Java 虚拟机的情况下连接 R 和 Excel 的包
Package for connecting R and Excel without the Java Virtual Machine
几个月前,我在 Internet 上找到了有关将 R 与 Excel 连接起来的 R 包的信息,反之亦然(基本上做 xlsx
和 XLConnect
做的事情).
但是,与上述两个解决方案的主要区别在于,该包不是为使用 JVM 而设计的(这一直给我带来一些麻烦)。
我花了很多时间试图找到该包的参考,但没有成功。
你能帮帮我吗?
非常感谢。
您可能想查看 openxlsx:
openxlsx: Read, Write and Edit XLSX Files
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.
几个月前,我在 Internet 上找到了有关将 R 与 Excel 连接起来的 R 包的信息,反之亦然(基本上做 xlsx
和 XLConnect
做的事情).
但是,与上述两个解决方案的主要区别在于,该包不是为使用 JVM 而设计的(这一直给我带来一些麻烦)。
我花了很多时间试图找到该包的参考,但没有成功。
你能帮帮我吗? 非常感谢。
您可能想查看 openxlsx:
openxlsx: Read, Write and Edit XLSX Files
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.