Posted 27 February 2020, 12:13 pm EST
Good morning/afternoon
I’m currently looking to customise the options of a list of sheets imported into a Workbook instance but I’m struggling to find a clean solution to attach global config and listeners to each sheet.
Do you have a way to set up things like: gridline, selectionBorderColor , frozenlineColor as default for each Sheets?
This applies also to the Events listeners.
I was thinking about a work around way (that does suck a bit) to get the list of sheets and then apply via a loop these configs but I can’t even find a method to get the all list of sheets, infact I just found these:
- getSheet
- getSheetCount
- getSheetFromName
- getSheetIndex
