Can't get the inserted row, it returns null from GetRow method.
example code:
xssfSheet.CopyRow(3,4);
IRow row = xssfSheet.GetRow(4);
example code:
xssfSheet.CopyRow(3,4);
IRow row = xssfSheet.GetRow(4);