IT Log

Record various IT issues and difficulties.

Tag: NuGet Package Manager


  • How to Read and Write Excel Files in C#

    To read and write Excel files in C#, you can utilize the ExcelPackage class from the EPPlus library, which provides a straightforward API for handling Excel documents. Here’s a step-by-step guide: Step 1: Install EPPlus Open your project in Visual Studio and go to Tools > NuGet Package Manager > Manage Packages. Search for “Epplus”…