ji-uh_park's avatar
ji-uh_park
Copper Contributor
Nov 03, 2022
Status:
New

Add support for themeColor property in Excel

Please add support for themeColor property as in VBA for excel javascript api.

Currently, excel javascript api only allows color property which uses hex code as input.

Without themeColor property, the user cannot easily change the applied color for border, font, fill and etc. 

 

This is needed because companies like PwC uses more than one theme or color palette to choose from. Depending on the project, user has to be able to change the color palette and thus change the entire color instantly without manually changing the color. This is not possible in the current excel javascript api as the color is fixed using color property.

 

With themeColor property in place, user will be able to switch colors easily

Please upvote if you agree 🙂

 

https://learn.microsoft.com/en-us/office/vba/api/excel.font.themecolor

https://learn.microsoft.com/en-us/office/vba/api/excel.xlthemecolor

No CommentsBe the first to comment