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);
Try