[With .NET 7 which is openly gonna drop `System.Drawing.Common` stuff for non-Windows platforms](https://docs.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only#recommended-action), I'm wondering if FsExcel should [change the ClosedXML implementation](https://github.com/ClosedXML/ClosedXML/issues/1805) on which it relies on to something that doesn't need `System.Drawing.Common` like that [one](https://github.com/stesee/ClosedXML)?