I want to ask which is best library to manipulate excel sheets from C# . Things i would be doing with excel sheet will be sorting the sheet , using formula =EXACT() , Inserting few columns by using shift down cells option . Copy data from Database to excel.
I want to know which library would provide more independence to play with excel
Thankyou
Give ClosedXML a try. It handles sorting, inserts, deletes, plus a ton more. Here’s the Sorting Data documentation.