easyexcel-write

A Java skill for writing Excel files with Alibaba EasyExcel version 4.0.3.

In plain words
What is it for?
Use it for simple or multi-level headers, selecting columns, formatting dates and numbers, setting widths and row heights, and styling headers and content.
Why use it?
It provides documented patterns for common spreadsheet-writing tasks without requiring you to design the implementation from scratch.

Skill for Claude CodeCodex

Part of the java-skills plugin — 35 skills shipped together

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.

agentmods
npx agentmods add skills/full-stack-skills/java-skills/easyexcel-write
Any agent
npx skills add full-stack-skills/java-skills --skill easyexcel-write
Clone the repo
git clone --depth 1 https://github.com/full-stack-skills/java-skills

Made for: Claude Code, Codex.

Or install java-skills, the plugin that ships this one along with the rest of its 35 skills.

Per session 254 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,763 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found 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 $0.00254 $0.05763
Opus 5 $0.00127 $0.02882
Sonnet 5 $0.00051 $0.01153
Haiku 4.5 $0.00025 $0.00576

Measured 2d ago against content hash 9f695e86b920, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

easyexcel-write scanned grade A with 0 findings 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 2d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/easyexcel-write/SKILL.md · 557 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

38 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 557 lines · 254 tokens per session scan A 9f695e86b920

Subscribe to this mod's changes

easyexcel-write is a skill published in the GitHub repository full-stack-skills/java-skills (5 stars, last pushed 14d ago), with no licence file. It adds 254 tokens to every session and 5,763 once invoked, about $0.0013 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

azure-ai-formrecognizer-java

Azure AI Document Intelligence SDK for Java (com.azure:azure-ai-documentintelligence). Use for extracting text, tables, key-value pairs from documents, receipts, invoices, IDs, or building custom document models. Triggers: "document intelligence java", "form recognizer java", "extract text from PDF java", "OCR…

microsoft/skills · 92 tokens

sc4sap:program-to-spec

Reverse-engineer an ABAP program into a Functional/Technical Specification artifact (Markdown or Excel). Socratic scope narrowing from "everything" to "only what the user needs".

babamba2/superclaude-for-sap · 44 tokens

devexpress-office-file-api-excel-export

Build .NET applications with the DevExpress Excel Export Library for streaming generation of Excel files with low memory footprint. Use when generating large Excel reports, writing rows sequentially, building Excel files from data grids or report engines, or when the full Spreadsheet Document API would use too much…

DevExpress/agent-skills · 131 tokens

csb

Generate streaming, Excel-friendly CSV downloads in Rails with the csb gem. Use when implementing a CSV export/download, writing a .csv.csb template, building CSV via Csb::Builder, or testing column definitions. Not for parsing CSV.

aki77/csb · 53 tokens

csv-utils

Helpers for reading and writing CSV files in Python.

glitchwerks/claude-wayfinder · 13 tokens

pywin32-excel-docs

Reference for the Microsoft Excel COM API via pywin32. Use this skill whenever writing or reviewing Python code that interacts with Excel using the Excel COM API via win32com, pywin32, or the PyXLL add-in — including code that calls pyxll.xlapp() or XLCell.torange() — and when working with workbooks, worksheets…

pyxll/pyxll-agent-skills · 97 tokens