How to Copy Excel Data to Word Table in C#

Excel is one of the ideal formats for storing data. Sometimes, you may need to import data from Excel into Word tables to make comprehensive reports that consist of data and analysis. This article will show you how we can copy the Excel data to a Word table and maintain the text and cell format … Continue reading How to Copy Excel Data to Word Table in C#

How to Split Word File into Multiple PDF Files using C#

I came cross this topic when I was browsing codeproject.com, and it aroused my interest in finding a solution. Through a few hours of effort, I got following two solutions based on Free Spire.Office for .NET. The first solution converts Word document to PDF and splits the PDF document into multiple files using Split() method, … Continue reading How to Split Word File into Multiple PDF Files using C#