
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@nowline/export-xlsx
Advanced tools
Five-sheet Excel workbook export for Nowline roadmaps. Built on
exceljs; tuned for determinism and
filter/sort-friendly column shapes.
License: Apache 2.0
Part of: lolay/nowline monorepo
Spec: specs/handoffs/m2c.md § 7 +
specs/rendering.md § XLSX Export
pnpm add @nowline/export-xlsx @nowline/export-core
import { exportXlsx } from '@nowline/export-xlsx';
const xlsx = await exportXlsx(inputs, {
author: 'Roadmap Bot',
generated: new Date('2026-01-01T00:00:00Z'),
});
// `xlsx` is a Uint8Array — a zip-formatted Office Open XML workbook.
| Sheet | Columns | Notes |
|---|---|---|
| Roadmap | Title, Author, Generated, Source path | Workbook overview. |
| Items | id, title, swimlane, group, parallel, status, owner, after, before, duration (working days), duration (text), labels, description | One row per item. The numeric duration column is in working days for SUM and filters; the text column preserves the original DSL literal (2w, 1m, etc.). |
| Milestones | id, title, after / before, date | One row per milestone. |
| Anchors | id, title, date | One row per anchor. |
| People & Teams | id, name, type (person|team) | Ownership references. |
Conditional formatting on Items.status highlights done, in-progress,
blocked, and any custom statuses defined in the AST.
workbook.created = inputs.today (UTC midnight) — never new Date()
in the default code path.today.package.json. If the upstream library
ever introduces zip-level non-determinism, the package's writer
re-emits content streams in deterministic order before zipping (m2c
Resolution 8).test/export-xlsx.test.ts confirm byte stability.| Option | Default | Notes |
|---|---|---|
author | 'Nowline' | Workbook Author, also the Roadmap-sheet "Author" cell. |
generated | inputs.today | Workbook created, also the Roadmap-sheet "Generated" cell. |
Apache-2.0. Bundles exceljs (MIT).
FAQs
Exports a Nowline roadmap as an Excel workbook.
We found that @nowline/export-xlsx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.