RaptorSheets
Libraries to handle logging to Google Sheets via Google API
AI Summary
RaptorSheets.Core
A .NET wrapper library that streamlines access to the Google Sheets API.
Target Users
Intermediate-to-advanced C# developers who need to connect their .NET applications to Google Sheets.
Problems Solved
The native Google Sheets API requires verbose request construction and manual type handling, slowing development.
Tags
Main Features
Automated Header Management
Extension methods assign column names and indexes while automatically validating headers.
Column Formatting
Supports programmatic specification of number, currency, dropdown and other formats.
Optimised Batch Operations
Automatically splits large operations into batches to respect API quotas.
Type-Safe Models
Strongly-typed entities and enums reduce runtime errors.
Automatic Validation
Validates headers and data consistency, returning detailed error messages.
Comprehensive Error Handling
Provides message-based feedback for quick issue identification.
Usage Examples
Because the repository targets .NET and not Google Apps Script, a GAS-compatible code sample cannot be provided based on the available information.