Description
See pull request #297 with three failing tests.
We see a problem where cells that are copied as a block does not appear to have formulas, only values.
I suspect that Excel has some way of saving "similar cells" that exceljs does not understand?
The attached fibonacci.xlsx has the problem. Rows 1-3 where created by hand.
Rows 4 to 19 where created by copying A3:B3 in one copy-paste operation.
The first row in the new block, A4:B4, is fine.
All the rest of the rows, A5:B19, appear in exceljs to have only values, not formulas.
I can reproduce this problem by copying blocks of cells in other spreadsheets too. The first row is okay, the rest shows the problems.
Copying the rows one by one is a workaround, but not reliable. (A sheet created like this worked, but then when I added a range name to a cell, many cells now start showing the problem again.)