Skip to content

Commit

Permalink
reset to the original output file
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Oct 23, 2017
1 parent 83d1f74 commit f545869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private static void Main(string[] args)
};
}

var excelFile = @"sample.xlsx";
var excelFile = @"/Users/rigofunc/Documents/sample.xlsx";

// save to split sheets excel file
reports.ToExcel(excelFile, r => r.HandleTime.Date.ToString("yyyy-MM"), overwrite: true);
Expand Down

0 comments on commit f545869

Please sign in to comment.