RepoPilot

randym/axlsx

xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.

Mixed

Stale — last commit 3y ago

MixedDependency

last commit was 3y ago; dependency CVE scan unavailable

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 3y ago; Scorecard "Branch-Protection" is 0/10…

  • Stale — last commit 3y ago
  • Concentrated ownership — top contributor handles 57% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • Scorecard: default branch unprotected (0/10)
  • 19 active contributors
  • MIT licensed
  • CI configured
  • Tests present

What would improve this?

  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: randym/axlsx

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T00:38:28.887Z · commit 8e7b4b3b7259

Verdict

Mixed — Stale — last commit 3y ago

  • 19 active contributors
  • MIT licensed
  • CI configured
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Axlsx is a Ruby library that generates Office Open XML (OOXML) spreadsheet files (.xlsx) with support for charts, images, automated column widths, customizable styles, and full ECMA schema validation. It abstracts away the complexity of the OOXML specification so developers can create Excel documents programmatically without manual XML manipulation. Monolithic library structure: core logic in lib/axlsx/ organized by concern (content_type/, doc_props/, drawing/, rels/, stylesheet/). Main entry point is lib/axlsx.rb. Drawing module contains 45+ chart and shape classes (bar_chart.rb, pie_3D_chart.rb, line_series.rb, etc.). Package, relationships, and stylesheet modules handle document…

Start here

Open these first:

  • lib/axlsx.rb — Entry point that loads all gem modules and establishes the public API surface.
  • lib/axlsx/package.rb — Core Package class that orchestrates workbook creation, serialization, and file output for XLSX generation.
  • lib/axlsx/workbook/workbook.rb — Workbook abstraction managing worksheets, styles, and relationships within the XLSX document.
  • lib/axlsx/workbook/worksheet/cell.rb — Cell implementation handling value storage, type inference, and style application for spreadsheet data.
  • lib/axlsx/stylesheet/styles.rb — Stylesheet manager coordinating fonts, fills, borders, and cell formatting across the workbook.

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

No package.json or Gemfile.lock supplied in the file list. To verify setup, inspect the repository root for Gemfile (standard Ruby gem convention). Likely: `git clone https://github.com/randym/axlsx.git && cd axlsx && b…

Daily commands:

This is a library, not a runnable application. To test it: bundle exec rake test (inferred from typical Ruby project setup). Examples directory contains runnable demos; check examples/ for script files demonstrating u…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 3y ago
  • Concentrated ownership — top contributor handles 57% of recent commits
  • Scorecard: marked unmaintained (0/10)
  • This repository is deprecated. Do not use for new projects. The README's notice explicitly redirects to caxlsx/caxlsx. Compatibility: targets Ruby 2.2–2.4 (EOL), JRuby 1.9 mode—may break on Ruby 2.7+. No visible…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/randym/axlsx?axis=fork)](https://repopilot.app/r/randym/axlsx)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/randym/axlsx on X, Slack, or LinkedIn.

Ask AI about randym/axlsx

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/randym/axlsx"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>