Create multiple MS-word files using an input .csv file

  • Thread starter Thread starter chikitin1
  • Start date Start date
C

chikitin1

Guest
Hi,
I am totally new to C# but I have a good background in programming in Java. I asked a similar question in my other post.
My input is a .csv with Unicode text with say R = 10 rows ( includes the header) and C = 5 columns

I want to create R-1 = 9 MS-word documents, each with text from rows of the .CSV file, the input file.

I want the text to be right-justified with column names to be the section( heading) names, and the cells to be the context/content of the section. So, after executing C# code, I will end out with 9 MS-word documents generated say 1.docx, 2.docx, ....


If anyone could guide me through this also tell which APIs I need to use I do appreciate it.


Continue reading...
 
Back
Top