Posted 18 October 2022, 3:18 am EST
How to change the default font in the toolbar of spreadjs? I tried it with the below code. But it didn’t working.
var active = spread.getActiveSheet(); sheetstyle.font = "8pt Arial"; active.setDefaultStyle(sheetstyle, GC.Spread.Sheets.SheetArea.viewport);
