
Security News
Anthropic Identifies Biased Reasoning and Recklessness as Drivers of Claude’s PyPI Attack
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.
@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.
The npm package @nowline/export-xlsx receives a total of 64 weekly downloads. As such, @nowline/export-xlsx popularity was classified as not popular.
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.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.