Creating Dynamic Tables in Word by C#.NET

前端 未结 6 1649
甜味超标
甜味超标 2020-12-11 09:24

I have a C# application where i want to implement a logic for a programm which will open the word document and go to a certain place in the page and create a Table and put v

6条回答
  •  情深已故
    2020-12-11 09:42

    Look up "Word Automation".

    For example, KB316384, which covers:

    The sample code in this article demonstrates how to do the following:

    • Insert paragraphs with text and formatting.
    • Browse and modify various ranges within a document.
    • Insert tables, format tables, and populate the tables with data.
    • Add a chart.

提交回复
热议问题