v2.2.0 - Modular Package Structure
What's New
馃帀 Modular Package Structure
This release introduces a modular package structure. Install only what you need:
| Package | Purpose |
|---|---|
FluentNPOI |
Core functionality |
FluentNPOI.Streaming |
Large file streaming (ExcelDataReader) |
FluentNPOI.Pdf |
PDF export (QuestPDF) |
FluentNPOI.Charts |
Chart generation (ScottPlot) |
FluentNPOI.All |
All modules in one package |
Installation
dotnet add package FluentNPOI # Core only
dotnet add package FluentNPOI.All # Everything