Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 959 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 959 Bytes

Changelog

v1.3.20 2024.11.21

  • Parse multiple worksheets into one model object (#19)

v1.3.18 2024.09.23

  • Add horizontal alignment "fill" to cell (#18)

v1.3.15 2023.11.21

  • Update DocumentFormat.OpenXml dependency (fixes invalid URIs handling #17)

v1.3.11 2023.10.16

  • Add IFormulaEvaluator interface that provides custom excel formula evaluation (#16)

v1.3.2 - 2023.05.04

  • Add methods TryGetCustomProperty and SetCustomProperty to IExcelDocument (#15)

v1.2.23 - 2023.03.09

  • Update System.IO.Packaging dependency (fixes concurrency bug #14)

v1.2.11 - 2023.01.19

  • Excel rendering speed up