exceljs / exceljs

Excel Workbook Manager
MIT License
13.09k stars 1.67k forks source link

[Q] Cell styles val="0" support #2741

Closed slussier closed 1 month ago

slussier commented 1 month ago

Hi,

I'm trying to merge two Excel blobs into one single Workbook. Each blob is a new sheet.

When I convert a single blob as a single Workbook, all cells styles are OK.

But when I try to merge everything together, cell styles are different. Every cells are strike, bold and italic for no reason. Only font family and sizes are OK.

This is what I got after the merge:

image

And this is what it should looks like:

image

Any idea why ?

slussier commented 1 month ago

I think I find the supossed problem.

I open a bug ticket: https://github.com/exceljs/exceljs/issues/2742