I\'m trying to zoom an excel worksheet with Office.js. I tried this worksheet.zoom = { scale: 200}; Unfortunately it didn\'t work
worksheet.zoom = { scale: 200};