This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我每周在 R 中重复一些过程,以便在 R 中生成数据,然后在 Excel 中创建图表。我目前使用write.xlsxfrom the openxlsxpackage 将数据写入 Excel。这会覆盖现有的工作簿,我必须再次创建图表。有没有办法避免覆盖工作簿,只替换预先指定的空间中的数据,这样我就不必重新创建图表?理想情况下,这也将保持现有工作簿的格式。尽量避免使用 VBA。