I am trying to write a program in c# where I want to modify an excel sheet with 570.000 rows ( and 10 columns). I need to delete some of the columns and calculate with others. I already tried to work a little bit with a mysql server but is this recommend for this local program?
Now I am wondering what's the best way to work with this huge dataset. Is it recommended to copy data in a sql db, or are there any better ways to use a database locally (like the dataset class)?
I am really thankful for any advice.