Tim Lee
Results
1
issues of
Tim Lee
Path:[https://github.com/nissl-lab/npoi/blob/master/main/SS/UserModel/Helpers/RowShifter.cs#L61](https://github.com/nissl-lab/npoi/blob/master/main/SS/UserModel/Helpers/RowShifter.cs#L61) NPOI.SS.UserModel.Helpers.RowShifter / ShiftMergedRegions (line 61) ``` public List ShiftMergedRegions(int startRow, int endRow, int n) { ``` ... > **`var lastCol=sheet.GetRow(startRow) != null ? sheet.GetRow(startRow).LastCellNum : sheet.GetRow(endRow) != null ?...
need-investigation