protobi / js-xlsx

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

Crashes in excel #29

Open knownasilya opened 8 years ago

knownasilya commented 8 years ago

I have the following styles:

var result = xlsx.write(wb, {
    bookType: 'xlsx',
    bookSST: false,
    type: 'buffer',
    defaultCellStyle: options.defaultStyles || {
      font: { name: 'Arial', sz: '12' },
      fill: {
        fgColor: { rgb: 'FFFFFFFF' }
      }
    }
  });

The file crashes excel. If I open it in some other program that opens xlsx files it works, and if i resave it opens in Excel. I can send you the file in an email, don't want to post it for the world.

protobi commented 8 years ago

@knownasilya You are welcome to contact Protobi support directly, file will be handled in confidence as your proprietary data, and used only for resolving this issue.

knownasilya commented 8 years ago

Sent the file.

knownasilya commented 8 years ago

@protobi any thoughts on the possible issue?