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.4.0

Quick Links

  • Getting Started — Installation, setup, and your first spreadsheet
  • Browser & CDN — Use directly in browsers via jsDelivr or unpkg
  • API Reference — Complete API documentation
  • Styling Guide — Fonts, fills, borders, alignment, number formats
  • Examples — Common patterns and recipes
  • Performance — Benchmarks, optimization tips, and architecture
  • FAQ — Common questions and troubleshooting

Migration Guides

Project

External Links

New in v0.4.0

  • Table Layout Engine — declarative drawTable() and drawTableFromData() API for styled XLSX tables
    • Header styling, zebra striping, auto-width with CJK support
    • Per-cell overrides, merge cells, column number formats
    • Freeze header, auto-filter, nested and side-by-side composition
  • Bug FixesjsonToSheet startCol, initWasmSync race condition, writer performance

Clone this wiki locally