开发者

How to create and manipulate powerpoint tables using openXML in C#

开发者 https://www.devze.com 2023-02-19 17:07 出处:网络
i am looking at this example on how to manipulate powerpoint templates from C# and the one thing missing is the ability to manipulate rows in a table.Does anyone have any examples of looping through s

i am looking at this example on how to manipulate powerpoint templates from C# and the one thing missing is the ability to manipulate rows in a table. Does anyone have any examples of looping through some set of records and adding rows to a powerpoint table

In particular:

  • Adding and removing rows
  • Word wrap / auto adjusting heights given text length
  • Updating text in cells
  • Dea开发者_开发知识库ling with if the number of records would cause the table to span multiple powerpoint slides


In the end, i wound up purchasing aspose.slides which is great and well worth the cost when trying to auto generate powerpoin files.

0

精彩评论

暂无评论...
验证码 换一张
取 消