DEV Community

Dev Power
Dev Power

Posted on

2

Discovered a NuGet package called ClosedXML. Takes away the pain of dealing with OpenXML

As title says, it's a great package that simplifies dealing with Excel files.

It's open-source: https://github.com/ClosedXML/ClosedXML

I created a sample CLI to create a spreadsheet to track daily electricity costs for demo purposes: https://github.com/Dev-Power/programmatically-manage-excel-spreadsheets-with-dotnet/tree/main

You can also find the accompanying blog post for more details: https://devpower.co.uk/dotnet/csharp/programmatically-manage-excel-spreadsheets-with-dotnet/

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Dive into this thoughtful article, cherished within the supportive DEV Community. Coders of every background are encouraged to share and grow our collective expertise.

A genuine "thank you" can brighten someone’s day—drop your appreciation in the comments below!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found value here? A quick thank you to the author makes a big difference.

Okay