Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.31 KB

File metadata and controls

28 lines (19 loc) · 1.31 KB

Changelog

v1.3.28 2025.04.07

  • Get stylesheet safely. There are some old documents whose styles.xml cannot be parsed correctly by OpenXml (#21)

v1.3.25 2025.04.04

  • Turn off autosave mode of excel document. Save excel document only when document bytes are requested (#20)

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