Skip to content

Commit b2c643f

Browse files
988730-CopyUsedRangeSample
1 parent 68dc299 commit b2c643f

File tree

1 file changed

+1
-1
lines changed
  • FAQ/Copy Used Range/.NET/CopyUsedRange/CopyUsedRange

1 file changed

+1
-1
lines changed

FAQ/Copy Used Range/.NET/CopyUsedRange/CopyUsedRange/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void Main(string[] args)
2323
sourceRange.CopyTo(destinationWorksheet.Range[sourceRange.Row, sourceRange.Column]);
2424

2525
//Save the destination workbook
26-
destinationWorkbook.SaveAs(Path.GetFullPath(@"../../../Output/Output.xlsx"));
26+
destinationWorkbook.SaveAs(Path.GetFullPath(@"Output/Output.xlsx"));
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)