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

modern-xlsx Wiki

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

Current version: v0.5.1

Quick Links

Migration Guides

Project

External Links

New in v0.5.0

  • Excel Tables (ListObjects) — full OOXML table read/write with 60 built-in styles, CRUD API
  • Headers & FootersHeaderFooterBuilder fluent API with formatting codes
  • Row/Column Grouping — outline levels 0-7 with collapse/expand support
  • Print Titles & Areas — repeating rows/columns and print area configuration
  • Parity Sprint — closed 7 categories where SheetJS previously beat or tied modern-xlsx
    • encodeRow(), decodeRow(), splitCellRef() — full cell reference utility parity
    • ws.usedRange, ws.tabColor — worksheet computed range and tab color
    • cell.numberFormat, cell.dateValue — cell format resolution and date detection
    • formatCellRich(), loadFormat(), conditional sections, color codes — advanced number formatting
    • sheetToTxt(), sheetToFormulae() — sheet conversion utilities
    • dynamicArray flag, stub cell type, 6 new document properties
  • Full Changelog

Clone this wiki locally