This solution shows how to work with Excel files useing EPPlus library in C#.
You can find an article about working with Excel file, here in my LinkedIn:
https://www.linkedin.com/pulse/working-excel-files-net-amir-doosti-p5rwf
The solution contains a Console App project which are written in Visual Studio.
- OS: Windows 10 Enterprise - 64 bits
- IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.2.5
- Framework: .Net 8
- Language: C#
Open the solution in Visual Studio and run it using F5.