Skip to content

Commit

Permalink
Merge pull request #5 from pashcovich/master
Browse files Browse the repository at this point in the history
Fix V3118
  • Loading branch information
neil3d authored Oct 27, 2017
2 parents b909cdd + 305f854 commit 7a6f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void Main(string[] args)
Console.WriteLine(
string.Format("[{0}]:\t转换完成[{1}毫秒].",
Path.GetFileName(options.ExcelPath),
dur.Milliseconds)
dur.TotalMilliseconds)
);
}

Expand Down

0 comments on commit 7a6f21e

Please sign in to comment.