protobi / js-xlsx

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

tabSelected is not work #77

Open menghao199339 opened 7 years ago

menghao199339 commented 7 years ago

showGridLines is ok: const wbout = XLSX.write(workbook, { showGridLines: false, bookType: 'xlsx', bookSST: false, type: 'binary' }); I have 2 sheets,it's not work about tabSelected: const wbout = XLSX.write(workbook, { tabSelected: '2', bookType: 'xlsx', bookSST: false, type: 'binary' });