Skip to content

v2.2.0 - Modular Package Structure

Choose a tag to compare

@HouseAlwaysWin HouseAlwaysWin released this 20 Dec 06:40
· 29 commits to main since this release

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