Moving FsExcel to a gdiplus-free ClosedXML alternative
See original GitHub issueWith .NET 7 which is openly gonna drop System.Drawing.Common
stuff for non-Windows platforms, I’m wondering if FsExcel should change the ClosedXML implementation on which it relies on to something that doesn’t need System.Drawing.Common
like that one?
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Optimize cell collection data structure · Issue #1969
ClosedXML has massive memory consumption. This issue contains a proposal for change of data structures that contain cells.
Read more >Remove System.Drawing.Common dependency #1805
Moving FsExcel to a gdiplus-free ClosedXML alternative misterspeedy/FsExcel#34 ... ClosedXML/ClosedXML/branch/develop/artifacts. Documentation is ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, interesting! I’ll see if I can find a way round that. Thank you!
On Mon, 27 Feb 2023 at 17:37, Adelar da Silva Queiróz < @.***> wrote:
@adelarsq what do you think of the workaround I’ve added in the latest comment in #41 ?