Skip to content
ABCrimson edited this page Mar 7, 2026 · 21 revisions

modern-xlsx Wiki

Welcome to the modern-xlsx wiki — comprehensive knowledge base for the library.

Current version: v1.0.0

Quick Links

Migration Guides

Project

External Links

What's in v1.0.0

First stable release — API frozen, production-ready.

  • Charts — 10 chart types with fluent ChartBuilder API
  • Formula Engine — 54 built-in Excel functions, tokenizer, parser, evaluator
  • Encryption — Read/write password-protected files (ECMA-376 Standard & Agile)
  • Pivot Tables — Full read/write with PivotTableBuilder API
  • Threaded Comments — Modern Excel comment threads with reply support
  • Slicers & Timelines — Interactive filtering controls (read/write)
  • Streaming Writer — 100K+ row output with O(unique strings) memory
  • Rich Text — RichTextBuilder for inline cell formatting
  • CLI Toolmodern-xlsx info and modern-xlsx convert
  • 1,711 tests (424 Rust + 1,287 TypeScript), clippy clean, typecheck clean
  • Full Changelog

Clone this wiki locally