-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ABCrimson edited this page Mar 6, 2026
·
21 revisions
Welcome to the modern-xlsx wiki — comprehensive knowledge base for the library.
Current version: v0.9.1
- 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
- Feature Comparison — modern-xlsx vs SheetJS (250 features compared)
- Performance — Benchmarks, optimization tips, and architecture
- Encryption Guide — Read and write encrypted XLSX files
- FAQ — Common questions and troubleshooting
- Migration from SheetJS — Side-by-side API comparison
- Migration from ExcelJS — ExcelJS → modern-xlsx patterns
- Architecture — Rust WASM + TypeScript hybrid design
- Changelog — Release history
-
35-Point Performance & Maintainability Overhaul —
ryufloat formatting, byte-level JSON escaping, zero-alloc relationship constants, module splits forworksheet.rs(7K lines → 4 files) andcharts.rs(5K lines → 4 files), O(1) sheet name cache, discriminated union Worker messages,cargo-audit+npm auditCI scanning, matrix testing (Node 24+25 × ubuntu+windows) - Full Changelog
-
Pivot Tables (read-only) — full OOXML pivot table, cache definition, and cache records parsing
-
ws.pivotTablesread-only API
-
-
Threaded Comments (read + write) — modern threaded comment threads with person management
-
ws.addThreadedComment()andws.replyToComment()APIs
-
- Slicers (read-only) — slicer definitions and caches for pivot table filtering
- Timelines (read-only) — timeline definitions and caches for date-based pivot filtering
-
CLI Tool —
modern-xlsx infoandmodern-xlsx convertcommands -
Feature-Gated WASM —
encryptionandchartsCargo features for smaller bundles -
ModernXlsxError— structured error handling with.codeproperty - Performance — 4-8x faster bulk read/write, XML buffer pre-allocation
- Full Changelog
modern-xlsx v1.0.0
Getting Started
Guides
- Charts & Visualizations
- Formula Engine
- Table Layout Engine
- Tables & Print Layout
- Encryption
- Feature Comparison
Reference
Migration
Project