You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom number formats modify Style.prototype , which causes problems when generating multiple workbooks.
Custom number formats from one workbook persist into subsequent workbooks.
They should be instance attributes, not class attributes.