Graphene.SpreadsheetTool
1.26.8.18
dotnet add package Graphene.SpreadsheetTool --version 1.26.8.18
NuGet\Install-Package Graphene.SpreadsheetTool -Version 1.26.8.18
<PackageReference Include="Graphene.SpreadsheetTool" Version="1.26.8.18" />
<PackageVersion Include="Graphene.SpreadsheetTool" Version="1.26.8.18" />
<PackageReference Include="Graphene.SpreadsheetTool" />
paket add Graphene.SpreadsheetTool --version 1.26.8.18
#r "nuget: Graphene.SpreadsheetTool, 1.26.8.18"
#:package Graphene.SpreadsheetTool@1.26.8.18
#addin nuget:?package=Graphene.SpreadsheetTool&version=1.26.8.18
#tool nuget:?package=Graphene.SpreadsheetTool&version=1.26.8.18
SpreadsheetTool — Spreadsheet (XLSX) agent tool
Spreadsheet operations for LLM agents: open/create, cells, ranges, styles, charts,
tables. Implements AIOrchestrator.API.IAgentTool.
What it is
A plugin for hosts built on Graphene.AIOrchestrator
(e.g. AIOffice): the assembly is loaded dynamically from the host's Tools/ folder
at startup (or hot-added via a filesystem watcher) and its public methods become
LLM-callable tools through the UISupportGeneric.Analyzer.GeToolDefinitions
reflection pipeline.
Usage
- Host with dynamic loading (AIOffice): drop
SpreadsheetTool.dll+SpreadsheetTool.xmlinto the host'sTools/directory. The host scans the folder at startup and on new files (30 s debounce). - Host with static reference:
ProjectReferencethe project (orPackageReference Graphene.SpreadsheetTool) and registertypeof(AIOrchestrator.API.SpreadsheetTool)in the agent types array passed toAgentHarness.ExecuteAction.
Build
dotnet build -c Release
Compiled as AnyCPU, RID-neutral: the same .dll runs on Linux, Windows, macOS
and iOS. The XML documentation file (SpreadsheetTool.xml) is generated and must
ship next to the assembly — UISupportGeneric reads method/parameter descriptions
from it.
NuGet
Graphene.SpreadsheetTool, date-versioned 1.yy.MM.dd, published automatically on
every master push (.github/workflows/publish.yml, NUGET_API_KEY repo secret).
Local pack pushes with the NuGetApiKey env var; skip with -p:SkipNuGetPush=true.
License
See LICENSE.md.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Graphene.AIOrchestrator (>= 1.26.8.18)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.