Skip to content

StevenTharwat/GoogleSheetsApiExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Google Sheets API Integration in C# (.NET)

This C# class allows seamless interaction with Google Sheets using the Google Sheets API v4 via the Google.Apis.Sheets.v4 package. It's designed to help you perform common spreadsheet operations such as reading, writing, updating, and filtering rows β€” both online and offline.


πŸš€ Features

  • βœ… Read full datasets from a Google Sheet
  • πŸ” Search by ID or any value (returns row/column info)
  • ✍️ Update specific cells or entire rows
  • βž• Append new rows
  • ❌ Flag rows as deleted using a "delete" column
  • 🧼 Filter and delete logic rows locally

πŸ”§ Prerequisites

  • .NET 6+
  • NuGet package:
    dotnet add package Google.Apis.Sheets.v4

About

learning GoogleSheetsApi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages