fullCalcOnLoad = true; Workbook Views⬆ The Workbook views controls how many separate windows Excel will open when viewing the workbook. workbook.views = [ { x: 0, y: 0, width: 10000, height: 20000, firstSheet: 0, activeTab: 1, visibility: 'visible' } ] Add a Worksheet⬆ const ...