Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.

License

Notifications You must be signed in to change notification settings

terenzif/ClosedXML

 
 

Repository files navigation

ClosedXML – Font Measurement Refactor (Experimental)

This fork explores a non-invasive refactor of font measurement logic in response to ClosedXML#1805, aiming to remove dependency on System.Drawing.Common and improve cross-platform support.

Objective

Introduce a clean interface for text measurement (e.g., ITextMeasurer) with:

  • a minimal built-in fallback implementation (no external deps),
  • optional adapters (e.g., SixLabors.Fonts, SkiaSharp, ...) distributed externally.

Status

Work-in-progress. The goal is to make this approach adoptable upstream with no functional regressions or forced dependencies.

License

Same as ClosedXML (MIT).

About

ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%