Updated on Kisan Patel
In this post, we are building the list to manipulation of MS Word/Excel Documents libraries in C#.
DocX
DocX to create, read, manipulate formatted word documents. Easy syntax, working nicely, actively developed. No Microsoft Office necessary.
EPPlus
EPPlus is based on Excel Package and allows creation/reading of .XLSX (Excel 2007). It is actually the most advanced even comparing to NPOI.
NPOI
NPOI is the .NET version of POI Java project at http://poi.apache.org/. POI is an open source project which can help you read/write xls, doc, ppt files.
sharp2word
sharp2word – a Word 2003 XML Documents Generator from C# code without any components or libraries.
ClosedXML
ClosedXML – an actively developed library for generating OpenXML Excel files.