I saw a couple of ways and I dont know which one to use. The first one is to write plain code using "using Microsoft.Office.Interop.Excel;" and the other one is from NuGet called "Excel data reader" Ive nevert done this. I have a little experience using VBS on UIPath with managing data tables.
The idea is that later on I'm going to manage that data with Lists and post it to a new excel file. Just need a friendly opinion which tool to use and which one is the fastest to learn.
- Open excel with peoples Name/workplace/duration
- Add everyone to some list
- Sort everyone by day.
- Create new excel file and add everything there.