After Cells.InsertColumn(idx, true) shifts a ListObject’s columns right by one, setting ListColumns[idx].Name = “…” rewrites cross-sheet
formulas whose structured references point to the column that used to live at that…...xlsx. Repro: var wb = new Workbook();...Save("out.xlsx"); using var reloaded = new Workbook("out.xlsx"); Console...