/WorkingWithExcelFiles

A sample to show how to work with Excel files usint EPPlus library

Primary LanguageC#

WorkingWithExcelFiles

Introduction

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

Structure of soution

The solution contains a Console App project which are written in Visual Studio.

Technology stack

  • OS: Windows 10 Enterprise - 64 bits
  • IDE: Visual Studio Enterprise 2022 (64 bits) - version 17.2.5
  • Framework: .Net 8
  • Language: C#

How to run

Open the solution in Visual Studio and run it using F5.