Found that when inserting > 1024 row with EPPlus v4 (v4.5.3.3), the formula in cells under new inserted rows is be corrupted, and one original row disappeared.
Unfortunately the EPPlus v4 git is archieved as they moved from LGPL to Commercial licensing model in v5.
With a trial on NPOI, it can't be an option as it lacks of some critical functions like ShiftColumn/DeleteColumn, and can't support Excel with Table, formula-using ConditionalFormatting, and with backward-compatible attribute added by MSExcel.
Anyone EPPlus v4 users faced the same situation and found a good solution?