protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
833 stars 416 forks source link

Set landscape orientation is not working in angular 2 #85

Open anfasci opened 7 years ago

anfasci commented 7 years ago

ws['!pageSetup'] = {scale: '100', orientation: 'landscape'};

What is the issue?