Skip to content

Roadmap

Mats Alm edited this page Apr 15, 2024 · 39 revisions

Future roadmap

Short / mid term

Version 7.2 and higher

  • Pivot table enhancements.
    • Refresh pivot caches.
    • Calculate Pivot Tables.
    • Support for the GetPivotData function. EPPlus 7.2
    • Support for newer pivot table properties stored in the extLst element.
  • Support for Conditional Formatting - Data bars and Icon Sets - in the HTML Export.
  • Load and Save fixed-width text files.
  • Transpose functionality in Load-, Save- and Copy functions

See the EPPlus 7.2 Project

Long term

  • Redesign of the library into a modular architecture
  • Improve test coverage
  • Improve documentation & samples
  • Performance improvements and new features.

See the EPPlus Epics project.

History

Version 7.1

  • ExcelRange.LoadFromCollection improvments.
  • Support for Conditional Formatting in the HTML Export (except Data bars and Icon Sets).

Version 7.0

  • Improvements of the formula calculation engine.
    • Optimized tokenizer
    • Improved handling/performance of shared formulas.
    • Support for array formulas and dynamic array formulas.
    • Support for more functions.
  • Conditional formatting
    • Improved performance.
    • Support for newer formats such as databars with gradient fill.

Version 6.2

  • New implementation of data validations.
    • Data validations will now be kept in-memory until the workbook is saved (Worksheet xml will not be updated in runtime).
    • Improved performance.
    • Better support for formulas referring to other worksheets.

Version 6.1

  • Support for newer VBA signatures - Agile and V3
  • Added ExcelRangeBase.ToCollection to map ranges and tables to a collection of T.
  • New methods for grouping Rows and Columns.

Version 6.0

  • Html/css & Json export.
  • Remove dependency to System.Drawing.Common for Non GDI environments.

Version 5.8

  • Support for splitting panes in a worksheet.
  • Better support for Row and Column properties (easier access via range, enumeration).
  • Improved Range Copy support

Version 5.7

  • Support for 'Show data as' on pivot tables data fields.
  • Support for External references in the formula parser.
  • Enhanced sorting.

Version 5.6

Version 5.5

  • Add support for Form controls like, buttons and checkboxes
  • Export range to DataTable.

Version 5.4

  • Pivot Table Enhancements - Filters, Calculated Columns and Shared Caches
  • Slicers

Version 5.3

Version 5.2

  • Add support for Extended chart types, like treemap, sunburst, histogram and more
  • Improve documentation & samples
  • Improve test coverage

EPPlus wiki

Versions

Worksheet & Ranges

Styling

Import/Export data

Formulas and filters

Charts & Drawing objects

Tables & Pivot Tables

VBA & Protection

Clone this wiki locally