Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xl_add_vg: Possible to push multiple images to a single excel sheet? #39

Open
Ljupch0 opened this issue Dec 10, 2020 · 1 comment
Open
Labels

Comments

@Ljupch0
Copy link

Ljupch0 commented Dec 10, 2020

Hi, thank you for the useful package.

The following code creates a broken excel.

my_ws2 <- read_xlsx()
my_ws2 <- xl_add_vg(my_ws2, sheet = "Feuil1",
  code = barplot(1:5, col = 2:6), width = 6, height = 6, left = 1, top = 2 )
my_ws2 <- xl_add_vg(my_ws2, sheet = "Feuil1",
  code = barplot(1:5, col = 2:6), width = 10, height = 10, left = 1, top = 2 )

Is it possible to have two different plots exported to the same sheet? Thank you.

@davidgohel
Copy link
Owner

Sorry for the delay, I am not working on rvg but I will later.

Thanks for reporting that issue.

@davidgohel davidgohel added the bug label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants