Share via

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

c s 21 Reputation points
2020-10-31T00:25:41.527+00:00

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.

Community Center | Not monitored
0 comments No comments

Answer accepted by question author

Anonymous
2020-10-31T00:36:20.163+00:00

C# is not currently supported here on QnA. They're actively answering questions in dedicated forums here.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=csharpgeneral
https://social.msdn.microsoft.com/Forums/Lync/en-US/home?forum=vsto
https://social.msdn.microsoft.com/Forums/Lync/en-US/home?forum=worddev

--please don't forget to Accept as answer if the reply is helpful--

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. c s 21 Reputation points
    2020-11-01T08:45:03.003+00:00

    Thank you. I did not know and If I am not mistaken, the title of the forum doesn't tell me it is not for C#.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.