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

modern-xlsx Wiki

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

Current version: v0.8.6

Quick Links

Migration Guides

Project

External Links

New in v0.8.5

  • Charts & Visualizations — full chart creation, reading, and roundtrip for 10 chart types
    • ChartBuilder fluent API: new ChartBuilder('bar').title('Sales').addSeries({...}).build()
    • Worksheet.addChart(type, configure) — callback-based chart creation
    • 10 chart types: Bar, Column, Line, Pie, Doughnut, Scatter, Area, Radar, Bubble, Stock
    • Trendlines, error bars, 3D rotation, combo charts, data tables
    • Chart style presets with getChartStylePalette()
    • Full roundtrip: write → read preserves all chart data
  • Full Changelog

Clone this wiki locally