メインコンテンツにスキップ

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

1
Automated Header Management

Extension methods assign column names and indexes while automatically validating headers.

2
Column Formatting

Supports programmatic specification of number, currency, dropdown and other formats.

3
Optimised Batch Operations

Automatically splits large operations into batches to respect API quotas.

4
Type-Safe Models

Strongly-typed entities and enums reduce runtime errors.

5
Automatic Validation

Validates headers and data consistency, returning detailed error messages.

6
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.