如何在 C# 中使用 openXML 创建和操作 powerpoint 表

发布于 2024-10-27 03:39:19 字数 362 浏览 4 评论 0原文

我正在寻找 在这个关于如何从 C# 操作 powerpoint 模板的示例中,缺少的一件事是操作表中的行的能力。有没有人有循环遍历某些记录集并将行添加到powerpoint表格的示例

特别是:

  • 添加和删除行
  • 自动换行/自动调整给定文本长度的高度
  • 更新单元格中的文本
  • 处理记录数是否会导致表格跨越多个 powerpoint 幻灯片

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
  • Dealing with if the number of records would cause the table to span multiple powerpoint slides

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北陌 2024-11-03 03:39:19

最后,我最终购买了 aspose.slides,它非常棒,并且在尝试自动生成 powerpoint 文件时非常值得。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文