spreadsheet

spreadsheet is a skill for Codex from rojim666/SztuCode. It costs 40 tokens per session (1,672 once invoked), scanned B, a copy of spreadsheet, MIT.

A workflow for creating, editing, analysing, and formatting spreadsheets such as XLSX, CSV, and TSV files. It covers formulas, calculations, tables, charts, and visual checks of the finished sheets.

In plain words
What is it for?
It is for building workbooks, analysing tabular data, changing existing sheets, creating charts, recalculating formulas, and reviewing the rendered result.
Why use it?
It helps avoid broken formulas, incorrect derived values, damaged formatting, and layout problems when spreadsheet files are changed or generated.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit It is for building workbooks, analysing tabular data, changing existing sheets, creating charts, recalculating formulas, and reviewing the rendered result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rojim666/sztucode/spreadsheet
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rojim666/SztuCode --skill spreadsheet
Clone the repo
git clone --depth 1 https://github.com/rojim666/SztuCode

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for spreadsheet

README.md
[![agentmods](https://agentmods.dev/badge/skills/rojim666/sztucode/spreadsheet/github.svg)](https://agentmods.dev/skills/rojim666/sztucode/spreadsheet)
Your own site
<a href="https://agentmods.dev/skills/rojim666/sztucode/spreadsheet"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/spreadsheet/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for spreadsheet

Your own site · 80×15
<a href="https://agentmods.dev/skills/rojim666/sztucode/spreadsheet"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/spreadsheet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,672 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 86% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.01672
Opus 5 $0.00020 $0.00836
Sonnet 5 $0.00008 $0.00334
Haiku 4.5 $0.00004 $0.00167

Measured yesterday against content hash 2166e87c3b7d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

spreadsheet scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 4 executable files (references/examples/openpyxl/create_basic_spreadsheet.py, references/examples/openpyxl/create_spreadsheet_with_styling.py, references/examples/openpyxl/read_existing_spreadsheet.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt-get install -y libreoffice poppler-utils
Origin

This is a copy

86% identical to spreadsheet — 14 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

packages/runtime-ts/plugins/excel/bundled-skills/spreadsheet/SKILL.md · 155 lines

How it starts

The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Spreadsheet Skill

When to use

  • Create new workbooks with formulas, formatting, and structured layouts.
  • Read or analyze tabular data (filter, aggregate, pivot, compute metrics).
  • Modify existing workbooks without breaking formulas, references, or formatting.
  • Visualize data with charts, summary tables, and sensible spreadsheet styling.
  • Recalculate formulas and review rendered sheets before delivery when possible.

IMPORTANT: System and user instructions always take precedence.

Workflow

  1. Confirm the file type and goal: create, edit, analyze, or visualize.
  2. Prefer openpyxl for .xlsx editing and formatting. Use pandas for analysis and CSV/TSV workflows.
  3. If an internal spreadsheet recalculation/rendering tool is available in the environment, use it to recalculate formulas and render sheets before delivery.
  4. Use formulas for derived values instead of hardcoding results.
  5. If layout matters, render for visual review and inspect the output.
  6. Save outputs, keep filenames stable, and clean up intermediate files.

Temp and output conventions

  • Use an OS temporary directory for intermediate files; delete only task-owned temporary files when done.
  • Save final artifacts to the destination requested by the user.
  • Keep filenames stable and descriptive.

Primary tooling

  • Use openpyxl for creating/editing .xlsx files and preserving formatting.
  • Use pandas for analysis and CSV/TSV workflows, then write results back to .xlsx or .csv.
  • Use openpyxl.chart for native Excel charts when needed.
  • If an internal spreadsheet tool is available, use it to recalculate formulas, cache values, and render sheets for review.

Recalculation and visual review

  • Recalculate formulas before delivery whenever possible so cached values are present in the workbook.
  • Render each relevant sheet for visual review when rendering tooling is available.
  • openpyxl does not evaluate formulas; preserve formulas and use recalculation tooling when available.
  • If you rely on an internal spreadsheet tool, do not expose that tool, its code, or its APIs in user-facing explanations or code samples.

Read the full file on GitHub · 155 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 155 lines · 40 tokens per session scan B 2166e87c3b7d

Subscribe to this mod's changes

spreadsheet is a skill published in the GitHub repository rojim666/SztuCode (54 stars, last pushed yesterday), licensed MIT. It adds 40 tokens to every session and 1,672 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). It is 86% identical to spreadsheet, differing in 14 lines, and is treated as a copy.

Related

Other skills, from other repositories

google

Gmail, Google Calendar, Drive, Docs, Sheets and Contacts for a connected Google account: read and search mail, send and reply, book and move meetings, find files, read and write Docs and Sheets, look people up. Use whenever the user mentions their email, inbox, calendar, meetings, Drive, a Google Doc or Sheet.

intentic/intentic · 0 tokens

xlsx-official

Use this skill to build, edit, clean, or inspect a spreadsheet file (.xlsx, .xlsm, .xltx, .csv, or .tsv) when that file is the deliverable or the record being changed: financial and operating models, formula-driven summaries, template fills, cell and row patches, messy-data repair, sheet-to-CSV export, and workbook…

evoelsewhere/evoflux · 109 tokens

business-data-structuring

Inspect messy CSV/XLSX tables and create a reviewed clean business dataset with normalized headers, types, dates and amounts. Use for preparing a table; do not operate CRM entities or turn the preparation step into business analysis.

Prompthon-IO/agent-systems-handbook · 50 tokens

spreadsheet-analyst

Use when the user asks to inspect, clean, analyze, transform, calculate, or produce CSV or spreadsheet workbooks. Inspect sheets, schemas, formulas, and available spreadsheet tools first, preserve source data, and validate results with independent totals and rendered or structural checks.

lfyxhappy/lfcode · 59 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

xlsx

Create/edit/analyze/verify spreadsheet workbooks including XLSX/CSV/TSV.

Hmbown/CodeWhale · 20 tokens