We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dc299 commit b2c643fCopy full SHA for b2c643f
1 file changed
FAQ/Copy Used Range/.NET/CopyUsedRange/CopyUsedRange/Program.cs
@@ -23,7 +23,7 @@ public static void Main(string[] args)
23
sourceRange.CopyTo(destinationWorksheet.Range[sourceRange.Row, sourceRange.Column]);
24
25
//Save the destination workbook
26
- destinationWorkbook.SaveAs(Path.GetFullPath(@"../../../Output/Output.xlsx"));
+ destinationWorkbook.SaveAs(Path.GetFullPath(@"Output/Output.xlsx"));
27
}
28
29
0 commit comments