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

Render multiple sheets #11

Closed
danielmcintosh1 opened this issue Jul 11, 2017 · 2 comments
Closed

Render multiple sheets #11

danielmcintosh1 opened this issue Jul 11, 2017 · 2 comments

Comments

@danielmcintosh1
Copy link

Current render2excel function only accepts a parameter for workbook name.

Can you add a parameter for sheetname as the current default of sheet1 is not accessible and therefore I am not able to loop through a series of tables that I need to export.

@zeehio zeehio closed this as completed in 5e650fb Jul 11, 2017
@zeehio
Copy link
Owner

zeehio commented Jul 11, 2017

I haven't done extensive testing, but feel free to try it:

devtools::install_github("zeehio/condformat")

And then do something like:

library(condformat)
data(iris)
x <- condformat(iris)
condformat2excel(x, "an_excel_file", "sheet1")
condformat2excel(x, "an_excel_file", "sheet2")

I don't have much time to work on this right now, I hope this is useful 👍

@danielmcintosh1
Copy link
Author

This worked on my dataset! Much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants