Convert Excel to Word

Convert Excel to Word in C#

GroupDocs.Conversion (which is a part of Conholdate.Total for .NET) library allows you to convert Microsoft Excel files into a well known range of Microsoft Word formats. The most commonly used Microsoft Word formats are DOCX and DOC, and when converting XLSX spreadsheet you should specify the target format by setting Format property for WordProcessingConvertOptions object.

Code example for XLSX to DOCX conversion using C# is given below: