EvotecIT / OfficeIMO

Fast and easy to use cross-platform .NET library that creates or modifies Microsoft Word (DocX) and later also Excel (XLSX) files without installing any software. Library is based on Open XML SDK
MIT License
261 stars 47 forks source link

Upgrading DocumentFormat.OpenXML to version 3 #192

Closed artembrizinskij closed 5 months ago

artembrizinskij commented 5 months ago

Hello! Are there any plans to upgrade the DocumentFormat.OpenXML to version 3?

PrzemyslawKlys commented 5 months ago

Hi,

I'm kind of waiting for:

From what I see they do some trick that supports both? I've never seen that before

image

I am using ClosedXML in my PowerShell projects and the dependency hell is created if the version numbers do not match.

Not sure if tha setup means they support 3.0.0 and 2.16.

Also I am not sure what I need to change to get 3.0.0 working. I believe i played with it for a moment and some things will require changes to support it.