You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: