Skip to content

Get details about Github commits, their date and time directly in C# and create excel report out of it.

Notifications You must be signed in to change notification settings

Maleehak/Github-commits-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github commits details in excel

Dependencies
  • EPPlus : To perform CRUD in Excel from c#
  • LibGit2Sharp : To interact with Github API from C#

Add dependencies from Package Manager Console

Install-Package EPPlus -Version 5.6.3

Install-Package LibGit2Sharp -Version 0.26.2

About

Get details about Github commits, their date and time directly in C# and create excel report out of it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages