Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 553 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 553 Bytes

final solution

Steps to run and build solution

  1. Donwload & Extract DemoB.zip

  2. Open DemoB.sln file in Visual studio. Please note I have used VS 2017 for development

  3. Build and run the solution 'DemoB.App' in solution explorer.

  4. Output CSV file will be created in following location ".\DemoB\DemoB.Console\bin\Debug\output\result_output.result.csv"

Dependencies

  1. IronXL library used to read and create for excel files

  2. Log4Net has been used to create related logs. Use App.config under console app to check the log4net settings.