Posted 30 July 2019, 5:34 am EST
Hi,
When I invoke range.font() api with decimal font size it is not working. I am reading font of range object using range.font() which is giving me a string “14.666px calibri”. To this string I am prepending ‘bold’ and passing it to font(). So it will be range.font(“bold 14.666px calibri”). This one will not apply bold on cells . However if I do range.font(“bold 14px calibri”) it works. Is this an issue?
