Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExcel crashes when printing XLS from https://sheetjs.com/demo/table.html #1967
Labels
Comments
|
Also seen on Windows 10. |
|
the same bug. |
|
One-line fix (feel free to send a PR): https://github.com/SheetJS/sheetjs/blob/master/bits/78_writebiff.js#L248 - if(b8 && _WB.Views) write_biff_rec(ba, "Window2", write_Window2(_WB.Views[0]));
+ if(b8) write_biff_rec(ba, "Window2", write_Window2((_WB.Views||[])[0])); |
|
it work for me.Thanks @SheetJSDev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Steps to produce the problem:
OR
The same process does NOT crash if I choose XLSX or XLSB.
The problem details from Excel show fault module mso20win32client.dll for Excel 365 or MSVCR90.dll for Excel 2010.
Many thanks!
Bug seen on:
Windows 7, Chrome, Excel 365
Windows 7, Chrome Excel 2010 32-bit