Skip to content

Commit 2664b85

Browse files
committed
Link For Google sheet Source Code
1 parent 5f09ade commit 2664b85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/blog/general/google-sheet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ hideMeta: true
2121

2222
The `GenericGoogleSheetsService` is a powerful .NET service that provides a complete CRUD (Create, Read, Update, Delete) interface for Google Sheets integration. This service eliminates the need to write boilerplate code for each entity type by using generic programming and reflection to automatically map between your C# objects and Google Sheets rows.
2323

24+
> Link to GitHub Repository: [GenericGoogleSheetsService on GitHub](https://github.com/PrashantUnity/GoogleSheetCRUD)
25+
2426
### Key Features
2527

2628
- **Generic Type Support**: Works with any class that implements `IEntityWithId` and has a parameterless constructor

0 commit comments

Comments
 (0)