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.
- β 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
- .NET 6+
- NuGet package:
dotnet add package Google.Apis.Sheets.v4