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

Applying styles to multiple sheets? #96

Open
midijohnny opened this issue May 1, 2021 · 1 comment
Open

Applying styles to multiple sheets? #96

midijohnny opened this issue May 1, 2021 · 1 comment

Comments

@midijohnny
Copy link

midijohnny commented May 1, 2021

Does anybody have an example of how to apply styles to multiple sheets?

Basically - I need the first row of every sheet (I don't necessarily know the names of the sheets-so need to iterate) to be bolded.

I was able to modify the existing example to do this - but only in the REPL - couldn't work out how to this within a function.

I am probably going about this the wrong way - so just wanted a example to put me on the right path.

I'm creating a spreadsheet using:

(apply create-spreadsheet ...) where "..." is structure that matches what is needed by the function. (That bit works). But then I need to iterate the created sheets in the workbook - and then apply styles.

Thanks

  • Great library by the way.
@mjul
Copy link
Owner

mjul commented May 7, 2021

I don't have an example for that, but when I will be happy to add it to the examples when you are done since it seems like a common use-case.

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